summaryrefslogtreecommitdiffstats
path: root/kmilo/kmilod/kmilointerface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/kmilod/kmilointerface.h')
-rw-r--r--kmilo/kmilod/kmilointerface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmilo/kmilod/kmilointerface.h b/kmilo/kmilod/kmilointerface.h
index d420543..540b565 100644
--- a/kmilo/kmilod/kmilointerface.h
+++ b/kmilo/kmilod/kmilointerface.h
@@ -30,7 +30,7 @@ namespace KMilo {
// FIXME: make put the methods into .cpp file when the header is installed.
class KMiloInterface : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
KMiloInterface(KMiloD *p) : TQObject() { _p = p; }