diff options
Diffstat (limited to 'libkcddb/test/asynchttplookuptest.h')
-rw-r--r-- | libkcddb/test/asynchttplookuptest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libkcddb/test/asynchttplookuptest.h b/libkcddb/test/asynchttplookuptest.h index 7649f204..e323b5c6 100644 --- a/libkcddb/test/asynchttplookuptest.h +++ b/libkcddb/test/asynchttplookuptest.h @@ -6,9 +6,10 @@ using namespace KCDDB; -class AsyncHTTPLookupTest : public QObject +class AsyncHTTPLookupTest : public TQObject { Q_OBJECT + TQ_OBJECT public: |