From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdcop/kdcopwindow.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kdcop/kdcopwindow.h') 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; }; -- cgit v1.2.1