diff options
Diffstat (limited to 'kdecore/tests/KIDLTest.h')
-rw-r--r-- | kdecore/tests/KIDLTest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/tests/KIDLTest.h b/kdecore/tests/KIDLTest.h index f0c4aaefd..6955bb6ca 100644 --- a/kdecore/tests/KIDLTest.h +++ b/kdecore/tests/KIDLTest.h @@ -7,10 +7,10 @@ class KIDLTest : virtual public DCOPObject { K_DCOP public: - KIDLTest( const QCString& id ); + KIDLTest( const TQCString& id ); k_dcop: - virtual QString hello( const QString& name ); + virtual TQString hello( const TQString& name ); }; #endif |