diff options
Diffstat (limited to 'lib/kofficecore/KoFrame.h')
-rw-r--r-- | lib/kofficecore/KoFrame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoFrame.h b/lib/kofficecore/KoFrame.h index 484f6a45..48ed77a9 100644 --- a/lib/kofficecore/KoFrame.h +++ b/lib/kofficecore/KoFrame.h @@ -27,7 +27,7 @@ class KoFramePrivate; class KoFrame : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum State { Inactive, Selected, Active }; |