diff options
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.h b/test/test.h index c9d4dd8ac..4a3579d89 100644 --- a/test/test.h +++ b/test/test.h @@ -1,10 +1,10 @@ #ifndef TEST_H #define TEST_H -#include <QtCore/QObject> -#include <QtTest/QtTest> +#include <TQtCore/TQObject> +#include <TQtTest/TQtTest> -class TestAuth : public QObject +class TestAuth : public TQObject { Q_OBJECT private Q_SLOTS: |