diff --git a/tests/sharedtimertest.h b/tests/sharedtimertest.h deleted file mode 100644 index 62b1ee5c4..000000000 --- a/tests/sharedtimertest.h +++ /dev/null @@ -1,31 +0,0 @@ - -#ifndef SHAREDTIMERTEST_H -#define SHAREDTIMERTEST_H - -#include -#include - -namespace Plasma -{ - class Timer; -} // namespace Plasma - -class Tester : public QObject -{ - Q_OBJECT - -public: - Tester(int rounds); - -private Q_SLOTS: - void timeout(); - -private: - int m_count; - int m_round; - int m_targetRounds; - QList m_order; -}; - -#endif -