diff options
Diffstat (limited to 'src/kooldock.h')
-rw-r--r-- | src/kooldock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kooldock.h b/src/kooldock.h index 32843cb..1e8f0c1 100644 --- a/src/kooldock.h +++ b/src/kooldock.h @@ -59,7 +59,7 @@ const int ON_CHANGE_ANIM_INTERVAL = 50; // animation's interval /** KoolDock is the base class of the project */ class KoolDock : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** construtor */ |