diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/kofficeui/KoTooluButton.h | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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: /** |