diff options
Diffstat (limited to 'kdecore/tests/KIDLTest.h')
-rw-r--r-- | kdecore/tests/KIDLTest.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kdecore/tests/KIDLTest.h b/kdecore/tests/KIDLTest.h deleted file mode 100644 index 6955bb6ca..000000000 --- a/kdecore/tests/KIDLTest.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef KIDLTEST_H -#define KIDLTEST_H - -#include <dcopobject.h> - -class KIDLTest : virtual public DCOPObject -{ - K_DCOP -public: - KIDLTest( const TQCString& id ); - -k_dcop: - virtual TQString hello( const TQString& name ); -}; - -#endif |