summaryrefslogtreecommitdiffstats
path: root/dcop/dcopidl/dcopidl_test.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /dcop/dcopidl/dcopidl_test.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dcop/dcopidl/dcopidl_test.h')
-rw-r--r--dcop/dcopidl/dcopidl_test.h18
1 files changed, 9 insertions, 9 deletions
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 <qstring.h>
+#include <tqstring.h>
-typedef QMap<KIO::Job *, KIODownload> KIODownloadMap;
+typedef TQMap<KIO::Job *, KIODownload> 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<QString>
+ public TQValueList<TQString>
{
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<DCOPRef> getWindows();
- const QStringList remotes(); // returns const type, but shouldn't use const var for it in stub
+ TQValueList<DCOPRef> 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<KIO::Job *, KIODownload> KIODownloadMap;
+ typedef TQMap<KIO::Job *, KIODownload> KIODownloadMap;
};
class Test2 : public DCOPObject