summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kxmlguitest.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/tests/kxmlguitest.h')
-rw-r--r--kdeui/tests/kxmlguitest.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/kdeui/tests/kxmlguitest.h b/kdeui/tests/kxmlguitest.h
deleted file mode 100644
index 1adb1a14b..000000000
--- a/kdeui/tests/kxmlguitest.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef KXMLGUITEST_H
-#define KXMLGUITEST_H
-
-#include <kxmlguiclient.h>
-#include <tqobject.h>
-
-class Client : public TQObject, public KXMLGUIClient
-{
- Q_OBJECT
-public:
- Client() {}
-
- void setXMLFile( const TQString &f, bool merge = true ) { KXMLGUIClient::setXMLFile( f, merge ); }
- void setInstance( KInstance *inst ) { KXMLGUIClient::setInstance( inst ); }
-
-public slots:
- void slotSec();
-};
-#endif