summaryrefslogtreecommitdiffstats
path: root/kdcop/kdcopwindow.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kdcop/kdcopwindow.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdcop/kdcopwindow.h')
-rw-r--r--kdcop/kdcopwindow.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kdcop/kdcopwindow.h b/kdcop/kdcopwindow.h
index 18e4ecfb6..f13c3eb70 100644
--- a/kdcop/kdcopwindow.h
+++ b/kdcop/kdcopwindow.h
@@ -25,15 +25,15 @@ class KDCOPWindow : public KMainWindow
public:
- KDCOPWindow( QWidget* parent = 0, const char* name = 0 );
+ KDCOPWindow( TQWidget* parent = 0, const char* name = 0 );
protected slots:
- void slotCurrentChanged( QListViewItem* item );
+ void slotCurrentChanged( TQListViewItem* item );
void slotCallFunction();
- void slotCallFunction( QListViewItem* item );
- void slotApplicationRegistered(const QCString &);
- void slotApplicationUnregistered(const QCString &);
+ void slotCallFunction( TQListViewItem* item );
+ void slotApplicationRegistered(const TQCString &);
+ void slotApplicationUnregistered(const TQCString &);
void slotFillApplications();
void slotCopy();
void slotMode();
@@ -44,19 +44,19 @@ class KDCOPWindow : public KMainWindow
bool getParameters
(
- const QString & unNormalisedSignature,
- QString & normalisedSignature,
- QStringList & types,
- QStringList & names
+ const TQString & unNormalisedSignature,
+ TQString & normalisedSignature,
+ TQStringList & types,
+ TQStringList & names
);
- bool demarshal(QCString & replyType, QDataStream & reply, QListBox *theList);
+ bool demarshal(TQCString & replyType, TQDataStream & reply, TQListBox *theList);
DCOPClient * dcopClient;
KAction * exeaction;
KSelectAction * langmode;
kdcopview * mainView;
- QVBoxLayout * mainLayout;
+ TQVBoxLayout * mainLayout;
};