pull/1/head
Timothy Pearson 13 years ago
parent 40e804a008
commit c6fee889e9

3
.gitmodules vendored

@ -4,3 +4,6 @@
[submodule "cmake"]
path = cmake
url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
[submodule "parts/appwizard/common/admin"]
path = parts/appwizard/common/admin
url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin

@ -27,6 +27,8 @@
#ifndef ACTIONEDITORIMPL_H
#define ACTIONEDITORIMPL_H
#include <tqlistview.h>
#include "actioneditor.h"
class TQAction;

@ -97,7 +97,7 @@ static void debugMessageOutput( TQtMsgType type, const char *msg )
TQString s( msg );
s += "\n";
if ( type != QtFatalMsg ) {
if ( type != TQtFatalMsg ) {
if ( debugoutput && debugoutput->isVisible() )
debugoutput->append( s );
else if ( OutputWindow::oldMsgHandler && OutputWindow::oldMsgHandler != debugMessageOutput )

@ -2982,9 +2982,9 @@ static TQVariant::Type type_to_variant( const TQString &s )
if ( s == "Palette" )
return TQVariant::Palette;
if ( s == "ColorGroup" )
return (QVariant::Type)TQVariant::ColorGroup;
return TQVariant::ColorGroup;
if ( s == "IconSet" )
return (QVariant::Type)TQVariant::IconSet;
return TQVariant::IconSet;
if ( s == "Point" )
return TQVariant::Point;
if ( s == "Image" )
@ -2998,9 +2998,9 @@ static TQVariant::Type type_to_variant( const TQString &s )
if ( s == "Double" )
return TQVariant::Double;
if ( s == "CString" )
return (QVariant::Type)TQVariant::CString;
return TQVariant::CString;
if ( s == "PointArray" )
return (QVariant::Type)TQVariant::PointArray;
return TQVariant::PointArray;
if ( s == "Region" )
return TQVariant::Region;
if ( s == "Bitmap" )

@ -1134,15 +1134,15 @@ Namespace1::Namespace2::...::NamespaceN</string>
</connection>
<connection>
<sender>access_view</sender>
<signal>mouseButtonPressed(int,TQListViewItem*,const QPoint&amp;,int)</signal>
<signal>mouseButtonPressed(int,TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>CppNewClassDlgBase</receiver>
<slot>access_view_mouseButtonPressed(int,TQListViewItem*,const QPoint&amp;,int)</slot>
<slot>access_view_mouseButtonPressed(int,TQListViewItem*,const TQPoint&amp;,int)</slot>
</connection>
<connection>
<sender>methods_view</sender>
<signal>mouseButtonPressed(int,TQListViewItem*,const QPoint&amp;,int)</signal>
<signal>mouseButtonPressed(int,TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>CppNewClassDlgBase</receiver>
<slot>methods_view_mouseButtonPressed(int,TQListViewItem*,const QPoint&amp;,int)</slot>
<slot>methods_view_mouseButtonPressed(int,TQListViewItem*,const TQPoint&amp;,int)</slot>
</connection>
<connection>
<sender>clear_selection_button</sender>
@ -1241,7 +1241,7 @@ Namespace1::Namespace2::...::NamespaceN</string>
</includes>
<Q_SLOTS>
<slot access="protected">updateClassStore()</slot>
<slot access="protected">access_view_mouseButtonPressed( int button, TQListViewItem * item, const QPoint &amp; p, int c )</slot>
<slot access="protected">access_view_mouseButtonPressed( int button, TQListViewItem * item, const TQPoint &amp; p, int c )</slot>
<slot access="protected">classNameChanged( const QString &amp; text )</slot>
<slot access="protected">headerChanged()</slot>
<slot access="protected">implementationChanged()</slot>
@ -1261,7 +1261,7 @@ Namespace1::Namespace2::...::NamespaceN</string>
<slot access="protected">changeToProtected()</slot>
<slot access="protected">changeToPublic()</slot>
<slot access="protected">changeToInherited()</slot>
<slot access="protected">methods_view_mouseButtonPressed( int, TQListViewItem *, const QPoint &amp;, int )</slot>
<slot access="protected">methods_view_mouseButtonPressed( int, TQListViewItem *, const TQPoint &amp;, int )</slot>
<slot access="protected">newTabSelected( QWidget * w )</slot>
<slot access="protected">extendFunctionality()</slot>
<slot access="protected">replaceFunctionality()</slot>

@ -63,6 +63,9 @@ Only the selected entry will be used</string>
<slot>slotSelectionChanged(TQListBoxItem*)</slot>
</connection>
</connections>
<forwards>
<forward>class TQListBoxItem;</forward>
</forwards>
<Q_SIGNALS>
<signal>enabled(int)</signal>
</Q_SIGNALS>

@ -122,6 +122,9 @@ Only the selected entry will be used</string>
<slot>slotSelectionChanged(TQListBoxItem*)</slot>
</connection>
</connections>
<forwards>
<forward>class TQListBoxItem;</forward>
</forwards>
<Q_SIGNALS>
<signal>enabled(int)</signal>
</Q_SIGNALS>

@ -115,6 +115,9 @@ Only the selected entry will be used</string>
<slot>slotSelectionChanged(TQListBoxItem*)</slot>
</connection>
</connections>
<forwards>
<forward>class TQListBoxItem;</forward>
</forwards>
<Q_SIGNALS>
<signal>enabled(int)</signal>
</Q_SIGNALS>

@ -0,0 +1 @@
Subproject commit 21cb4a9d2a0e083b10dee6d22958c4f58de6c5b2

@ -1212,6 +1212,9 @@ Build Files</string>
<pixmapfunction>DesktopIcon</pixmapfunction>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<forwards>
<forward>class TQListBoxItem;</forward>
</forwards>
<includehints>
<includehint>klistbox.h</includehint>
<includehint>klineedit.h</includehint>

@ -122,9 +122,9 @@
</connection>
<connection>
<sender>result_list</sender>
<signal>mouseButtonPressed(int,TQListViewItem*,const QPoint&amp;,int)</signal>
<signal>mouseButtonPressed(int,TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>FindDocumentationBase</receiver>
<slot>buttonPressedOnItem(int,TQListViewItem*,const QPoint&amp;,int)</slot>
<slot>buttonPressedOnItem(int,TQListViewItem*,const TQPoint&amp;,int)</slot>
</connection>
<connection>
<sender>search_term</sender>
@ -157,7 +157,7 @@
<slot>procManReadFromStdout()</slot>
<slot>procInfoReadFromStdout()</slot>
<slot>clickOnItem( TQListViewItem * item )</slot>
<slot>buttonPressedOnItem( int button, TQListViewItem * item, const QPoint &amp; pos, int c )</slot>
<slot>buttonPressedOnItem( int button, TQListViewItem * item, const TQPoint &amp; pos, int c )</slot>
</Q_SLOTS>
<layoutdefaults spacing="1" margin="1"/>
<includehints>

@ -158,6 +158,9 @@
<slot>slotReturnPressed()</slot>
</connection>
</connections>
<forwards>
<forward>class TQListBoxItem;</forward>
</forwards>
<tabstops>
<tabstop>nameEdit</tabstop>
<tabstop>itemList</tabstop>

@ -631,6 +631,10 @@
<slot>delDisabled()</slot>
</connection>
</connections>
<forwards>
<forward>class TQListViewItem;</forward>
<forward>class TQListBoxItem;</forward>
</forwards>
<tabstops>
<tabstop>profilesList</tabstop>
<tabstop>addProfileButton</tabstop>

Loading…
Cancel
Save