From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- tdecore/tests/KIDLTest.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tdecore/tests/KIDLTest.h (limited to 'tdecore/tests/KIDLTest.h') diff --git a/tdecore/tests/KIDLTest.h b/tdecore/tests/KIDLTest.h new file mode 100644 index 000000000..6955bb6ca --- /dev/null +++ b/tdecore/tests/KIDLTest.h @@ -0,0 +1,16 @@ +#ifndef KIDLTEST_H +#define KIDLTEST_H + +#include + +class KIDLTest : virtual public DCOPObject +{ + K_DCOP +public: + KIDLTest( const TQCString& id ); + +k_dcop: + virtual TQString hello( const TQString& name ); +}; + +#endif -- cgit v1.2.1