summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kmainwindowrestoretest.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/kmainwindowrestoretest.h
parentdeac2ca49faed824fe83066080714eb6d653615b (diff)
downloadtdelibs-d888cfa39e8b38abe17f3d425d19cb8235136a79.tar.gz
tdelibs-d888cfa39e8b38abe17f3d425d19cb8235136a79.zip
Fix FTBFS
Diffstat (limited to 'tdeui/tests/kmainwindowrestoretest.h')
-rw-r--r--tdeui/tests/kmainwindowrestoretest.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/tdeui/tests/kmainwindowrestoretest.h b/tdeui/tests/kmainwindowrestoretest.h
deleted file mode 100644
index 938311461..000000000
--- a/tdeui/tests/kmainwindowrestoretest.h
+++ /dev/null
@@ -1,48 +0,0 @@
-#ifndef _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
-#define _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
-
-#include <kmainwindow.h>
-
-class MainWin1 : public TDEMainWindow {
- Q_OBJECT
-public:
- MainWin1() : TDEMainWindow() {}
- virtual ~MainWin1() {}
-};
-
-class MainWin2 : public TDEMainWindow {
- Q_OBJECT
-public:
- MainWin2() : TDEMainWindow() {}
- virtual ~MainWin2() {}
-};
-
-class MainWin3 : public TDEMainWindow {
- Q_OBJECT
-public:
- MainWin3() : TDEMainWindow() {}
- virtual ~MainWin3() {}
-};
-
-class MainWin4 : public TDEMainWindow {
- Q_OBJECT
-public:
- MainWin4() : TDEMainWindow() {}
- virtual ~MainWin4() {}
-};
-
-class MainWin5 : public TDEMainWindow {
- Q_OBJECT
-public:
- MainWin5() : TDEMainWindow() {}
- virtual ~MainWin5() {}
-};
-
-class MainWin6 : public TDEMainWindow {
- Q_OBJECT
-public:
- MainWin6() : TDEMainWindow() {}
- virtual ~MainWin6() {}
-};
-
-#endif // _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_