summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoKoolBar.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoKoolBar.h')
-rw-r--r--lib/kofficeui/KoKoolBar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficeui/KoKoolBar.h b/lib/kofficeui/KoKoolBar.h
index 4416610f..2a202940 100644
--- a/lib/kofficeui/KoKoolBar.h
+++ b/lib/kofficeui/KoKoolBar.h
@@ -33,7 +33,7 @@ class KoKoolBarGroup;
class KoKoolBarItem : public TQObject
{
private:
- Q_OBJECT
+ TQ_OBJECT
public:
KoKoolBarItem( KoKoolBarGroup *_grp, const TQPixmap& _pix, const TQString& _text = TQString() );
@@ -66,7 +66,7 @@ protected:
class KoKoolBarGroup : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoKoolBarGroup( KoKoolBar *_bar, const TQString& _text );
@@ -100,7 +100,7 @@ protected:
class KoKoolBarBox : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoKoolBarBox( KoKoolBar *_bar );
@@ -139,7 +139,7 @@ protected:
class KOFFICEUI_EXPORT KoKoolBar : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoKoolBar( TQWidget *_parent = 0L, const char *_name = 0L );