summaryrefslogtreecommitdiffstats
path: root/kdnssd/kdedmodule/watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdnssd/kdedmodule/watcher.h')
-rw-r--r--kdnssd/kdedmodule/watcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdnssd/kdedmodule/watcher.h b/kdnssd/kdedmodule/watcher.h
index 64c5635c..0b6b7508 100644
--- a/kdnssd/kdedmodule/watcher.h
+++ b/kdnssd/kdedmodule/watcher.h
@@ -25,9 +25,10 @@
using namespace DNSSD;
-class Watcher : public QObject
+class Watcher : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
Watcher(const TQString& type, const TQString& domain);
~Watcher();