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