summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kmainwindowtest.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 17:25:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 17:25:43 -0600
commitd888cfa39e8b38abe17f3d425d19cb8235136a79 (patch)
tree7ae5487b84106036fdb781beec26fab10678a595 /tdeui/tests/kmainwindowtest.h
parentdeac2ca49faed824fe83066080714eb6d653615b (diff)
downloadtdelibs-d888cfa39e8b38abe17f3d425d19cb8235136a79.tar.gz
tdelibs-d888cfa39e8b38abe17f3d425d19cb8235136a79.zip
Fix FTBFS
Diffstat (limited to 'tdeui/tests/kmainwindowtest.h')
-rw-r--r--tdeui/tests/kmainwindowtest.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tdeui/tests/kmainwindowtest.h b/tdeui/tests/kmainwindowtest.h
deleted file mode 100644
index 21ca2fe7e..000000000
--- a/tdeui/tests/kmainwindowtest.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef KMAINWINDOWTEST_H
-#define KMAINWINDOWTEST_H
-
-#include <kmainwindow.h>
-
-class MainWindow : public TDEMainWindow
-{
- Q_OBJECT
-public:
- MainWindow();
-
-private slots:
- void showMessage();
-};
-
-#endif // KMAINWINDOWTEST_H
-/* vim: et sw=4 ts=4
- */