diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
| commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
| tree | b2a50806758f457480546bccb342017d9c971bd8 /lib/kofficeui/KoKoolBar.h | |
| parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
| download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib/kofficeui/KoKoolBar.h')
| -rw-r--r-- | lib/kofficeui/KoKoolBar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficeui/KoKoolBar.h b/lib/kofficeui/KoKoolBar.h index 445b5fee2..4416610f6 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() { }; |
