summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kmainwindowtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/tests/kmainwindowtest.h')
-rw-r--r--kdeui/tests/kmainwindowtest.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/kdeui/tests/kmainwindowtest.h b/kdeui/tests/kmainwindowtest.h
deleted file mode 100644
index 4fb426ac5..000000000
--- a/kdeui/tests/kmainwindowtest.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef KMAINWINDOWTEST_H
-#define KMAINWINDOWTEST_H
-
-#include <kmainwindow.h>
-
-class MainWindow : public KMainWindow
-{
- Q_OBJECT
-public:
- MainWindow();
-
-private slots:
- void showMessage();
-};
-
-#endif // KMAINWINDOWTEST_H
-/* vim: et sw=4 ts=4
- */