diff options
Diffstat (limited to 'src/modules/toolbareditor/toolbareditor.h')
-rw-r--r-- | src/modules/toolbareditor/toolbareditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.h b/src/modules/toolbareditor/toolbareditor.h index 91266ca2..e74d3b59 100644 --- a/src/modules/toolbareditor/toolbareditor.h +++ b/src/modules/toolbareditor/toolbareditor.h @@ -35,7 +35,7 @@ class KviActionDrawer; class KviCustomizeToolBarsDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT protected: KviCustomizeToolBarsDialog(TQWidget * p); @@ -68,7 +68,7 @@ class TQPushButton; class KviCustomToolBarPropertiesDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: KviCustomToolBarPropertiesDialog(TQWidget * p,const TQString &szText,const TQString &szId = TQString(),const TQString &szLabel = TQString(),const TQString &szIconId = TQString()); @@ -101,7 +101,7 @@ class TQTimer; class KviTrashcanLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KviTrashcanLabel(TQWidget * p); |