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 445b5fee..4416610f 100644
--- a/lib/kofficeui/KoKoolBar.h
+++ b/lib/kofficeui/KoKoolBar.h
@@ -34,7 +34,7 @@ class KoKoolBarItem : public TQObject
{
private:
Q_OBJECT
- TQ_OBJECT
+
public:
KoKoolBarItem( KoKoolBarGroup *_grp, const TQPixmap& _pix, const TQString& _text = TQString() );
@@ -67,7 +67,7 @@ protected:
class KoKoolBarGroup : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoKoolBarGroup( KoKoolBar *_bar, const TQString& _text );
~KoKoolBarGroup();
@@ -101,7 +101,7 @@ protected:
class KoKoolBarBox : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoKoolBarBox( KoKoolBar *_bar );
@@ -140,7 +140,7 @@ protected:
class KOFFICEUI_EXPORT KoKoolBar : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoKoolBar( TQWidget *_parent = 0L, const char *_name = 0L );
virtual ~KoKoolBar() { };