diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 17:25:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 17:25:43 -0600 |
commit | d888cfa39e8b38abe17f3d425d19cb8235136a79 (patch) | |
tree | 7ae5487b84106036fdb781beec26fab10678a595 /tdeui/tests/kmainwindowtest.h | |
parent | deac2ca49faed824fe83066080714eb6d653615b (diff) | |
download | tdelibs-d888cfa39e8b38abe17f3d425d19cb8235136a79.tar.gz tdelibs-d888cfa39e8b38abe17f3d425d19cb8235136a79.zip |
Fix FTBFS
Diffstat (limited to 'tdeui/tests/kmainwindowtest.h')
-rw-r--r-- | tdeui/tests/kmainwindowtest.h | 18 |
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 - */ |