diff options
Diffstat (limited to 'karbon/tools/vtexttool.h')
-rw-r--r-- | karbon/tools/vtexttool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/tools/vtexttool.h b/karbon/tools/vtexttool.h index e88142ac..1a94495c 100644 --- a/karbon/tools/vtexttool.h +++ b/karbon/tools/vtexttool.h @@ -47,7 +47,7 @@ class TQCursor; class ShadowPreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -68,7 +68,7 @@ private: class ShadowWidget : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -100,7 +100,7 @@ protected: class VTextOptionsWidget : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |