summaryrefslogtreecommitdiffstats
path: root/kio/tests/kdcopcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/kdcopcheck.h')
-rw-r--r--kio/tests/kdcopcheck.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/kio/tests/kdcopcheck.h b/kio/tests/kdcopcheck.h
deleted file mode 100644
index 593dbba1e..000000000
--- a/kio/tests/kdcopcheck.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef _BLA_H_
-#define _BLA_H_
-
-#include <kprocess.h>
-#include <tqstring.h>
-#include <tqobject.h>
-
-class TestService : public TQObject
-{
- Q_OBJECT
-public:
- TestService(const TQString &exec);
-
- int exec();
-
-public slots:
- void newApp(const TQCString &appId);
- void endApp(const TQCString &appId);
- void appExit();
- void stop();
-
-protected:
- int result;
- TQString m_exec;
- TDEProcess proc;
-};
-
-#endif