From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- dcop/dcopidl/dcopidl_test.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'dcop/dcopidl/dcopidl_test.h') diff --git a/dcop/dcopidl/dcopidl_test.h b/dcop/dcopidl/dcopidl_test.h index a902be4fd..6d57167e2 100644 --- a/dcop/dcopidl/dcopidl_test.h +++ b/dcop/dcopidl/dcopidl_test.h @@ -12,9 +12,9 @@ class Test2; // this has to work too -#include +#include -typedef QMap KIODownloadMap; +typedef TQMap KIODownloadMap; class Test3; // Those namespaces are opened and closed, so they should be just ignored @@ -31,7 +31,7 @@ namespace KMail { * blah di blah **/ class KDEUI_EXPORT Test : public MyNamespace::MyParentClass, virtual public DCOPObject, - public QValueList + public TQValueList { K_DCOP @@ -45,7 +45,7 @@ public: ~Test(); int getPageOfObj( int obj ); void setCell( KSpreadTable *table, - const QPoint& point ); + const TQPoint& point ); SomeForwardFooPrivate *d; static const int AUDIO_CD = 1; @@ -54,8 +54,8 @@ public: enum { Enum1, Enum2 }; enum NamedEnum { Enum3, Enum4 }; k_dcop: - virtual QString url(); - virtual QString constTest() const; + virtual TQString url(); + virtual TQString constTest() const; virtual DCOPRef firstView(); virtual DCOPRef nextView(); virtual int getNumObjects(); @@ -68,8 +68,8 @@ k_dcop: **/ int getPageOfObj( int obj ); void setCell( const int& point = 3 ); - QValueList getWindows(); - const QStringList remotes(); // returns const type, but shouldn't use const var for it in stub + TQValueList getWindows(); + const TQStringList remotes(); // returns const type, but shouldn't use const var for it in stub k_dcop_signals: void blah_signal(); @@ -78,7 +78,7 @@ private: Test3 *doc(); struct KIODownload; - typedef QMap KIODownloadMap; + typedef TQMap KIODownloadMap; }; class Test2 : public DCOPObject -- cgit v1.2.1