diff options
Diffstat (limited to 'kolf/object.h')
-rw-r--r-- | kolf/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/object.h b/kolf/object.h index 7c648865..07adb2fd 100644 --- a/kolf/object.h +++ b/kolf/object.h @@ -9,7 +9,7 @@ class Object : public TQObject { - Q_OBJECT + TQ_OBJECT public: |