diff options
Diffstat (limited to 'lib/kofficeui/KoTooluButton.h')
-rw-r--r-- | lib/kofficeui/KoTooluButton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficeui/KoTooluButton.h b/lib/kofficeui/KoTooluButton.h index b2975123..c57574c2 100644 --- a/lib/kofficeui/KoTooluButton.h +++ b/lib/kofficeui/KoTooluButton.h @@ -28,7 +28,7 @@ class TQPopupMenu; class KoColorPanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorPanel( TQWidget* parent = 0, const char* name = 0 ); @@ -105,7 +105,7 @@ bool operator<( const KoColorPanel::Position& lhs, const KoColorPanel::Position& // colors... hacky class KoColorPopupProxy : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoColorPopupProxy( const TQColor& defaultColor, KoColorPanel* recentColors, TQObject* parent, const char* name ); @@ -129,7 +129,7 @@ private: // Parts of the code are from TDEToolBarButton class KoToolButton : public TDEToolBarButton { - Q_OBJECT + TQ_OBJECT public: /** |