diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/qtc_tdestyle.h | 2 | ||||
-rw-r--r-- | style/qtcurve.h | 2 | ||||
-rw-r--r-- | style/shortcuthandler.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/style/qtc_tdestyle.h b/style/qtc_tdestyle.h index d9843df..2b8e5db 100644 --- a/style/qtc_tdestyle.h +++ b/style/qtc_tdestyle.h @@ -52,7 +52,7 @@ struct TQtCTDEStylePrivate; */ class TQtCTDEStyle: public TQCommonStyle { - Q_OBJECT + TQ_OBJECT public: diff --git a/style/qtcurve.h b/style/qtcurve.h index 453076a..154e83b 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -82,7 +82,7 @@ class ShortcutHandler; class QtCurveStyle : public BASE_STYLE { - Q_OBJECT + TQ_OBJECT public: diff --git a/style/shortcuthandler.h b/style/shortcuthandler.h index 4eaa665..12154cc 100644 --- a/style/shortcuthandler.h +++ b/style/shortcuthandler.h @@ -29,7 +29,7 @@ class TQWidget; class ShortcutHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: |