diff options
Diffstat (limited to 'kaddressbook/imagewidget.h')
-rw-r--r-- | kaddressbook/imagewidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/imagewidget.h b/kaddressbook/imagewidget.h index 77c26478e..1cfcdd2df 100644 --- a/kaddressbook/imagewidget.h +++ b/kaddressbook/imagewidget.h @@ -37,7 +37,7 @@ */ class ImageLoader : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -55,7 +55,7 @@ class ImageLoader : public TQObject */ class ImageButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: @@ -97,7 +97,7 @@ class ImageButton : public TQPushButton class ImageBaseWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |