summaryrefslogtreecommitdiff
path: root/tests/QtReactor_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtReactor_Test.h')
-rw-r--r--tests/QtReactor_Test.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/QtReactor_Test.h b/tests/QtReactor_Test.h
deleted file mode 100644
index f2be9a5331c..00000000000
--- a/tests/QtReactor_Test.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-#ifndef QTREACTOR_TEST_H
-#define QTREACTOR_TEST_H
-
-#include <qapplication.h>
-#include <qtimer.h>
-
-class QTestApplication: public QApplication
-{
- Q_OBJECT
-public:
- typedef QApplication inherited;
-public:
- QTestApplication( int argc, char *argv[] );
- virtual void exec( int msec = 0 );
-public slots:
- virtual void finishTest(); //!< slot to finish the test, connected to finishTimer_
-private:
- QTimer finishTimer_; //!< timer to finish the test
-};
-
-#endif /*QTREACTOR_TEST_H*/