summaryrefslogtreecommitdiffstats
path: root/kolf/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/config.h')
-rw-r--r--kolf/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kolf/config.h b/kolf/config.h
index 795d6cec..a26e4b13 100644
--- a/kolf/config.h
+++ b/kolf/config.h
@@ -5,7 +5,7 @@
class Config : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -25,7 +25,7 @@ protected:
// this is easy to use to show a message
class MessageConfig : public Config
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -35,7 +35,7 @@ public:
// internal
class DefaultConfig : public MessageConfig
{
- Q_OBJECT
+ TQ_OBJECT
public: