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 /karbon/dialogs | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'karbon/dialogs')
-rw-r--r-- | karbon/dialogs/vcolordlg.h | 2 | ||||
-rw-r--r-- | karbon/dialogs/vcolortab.h | 2 | ||||
-rw-r--r-- | karbon/dialogs/vconfiguredlg.h | 10 | ||||
-rw-r--r-- | karbon/dialogs/vstrokedlg.h | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/karbon/dialogs/vcolordlg.h b/karbon/dialogs/vcolordlg.h index 97e53d27..001db0b9 100644 --- a/karbon/dialogs/vcolordlg.h +++ b/karbon/dialogs/vcolordlg.h @@ -30,7 +30,7 @@ class VFill; class VColorDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VColorDlg( const VColor &c, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dialogs/vcolortab.h b/karbon/dialogs/vcolortab.h index c705b675..53e9532b 100644 --- a/karbon/dialogs/vcolortab.h +++ b/karbon/dialogs/vcolortab.h @@ -34,7 +34,7 @@ class VColor; class VColorTab : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: VColorTab( const VColor &c, TQWidget* parent = 0L, const char* name = 0L ); diff --git a/karbon/dialogs/vconfiguredlg.h b/karbon/dialogs/vconfiguredlg.h index 2ba989de..80c2114b 100644 --- a/karbon/dialogs/vconfiguredlg.h +++ b/karbon/dialogs/vconfiguredlg.h @@ -34,7 +34,7 @@ class TQComboBox; class VConfigInterfacePage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigInterfacePage( @@ -65,7 +65,7 @@ private: class VConfigMiscPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigMiscPage( @@ -92,7 +92,7 @@ private: class VConfigDefaultPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigDefaultPage( @@ -118,7 +118,7 @@ private: class VConfigGridPage : public TQObject { Q_OBJECT - TQ_OBJECT + public: VConfigGridPage( @@ -148,7 +148,7 @@ private: class VConfigureDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VConfigureDlg( KarbonView* parent ); diff --git a/karbon/dialogs/vstrokedlg.h b/karbon/dialogs/vstrokedlg.h index eab40610..50f7d080 100644 --- a/karbon/dialogs/vstrokedlg.h +++ b/karbon/dialogs/vstrokedlg.h @@ -34,7 +34,7 @@ class VColorTab; class VStrokeDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: VStrokeDlg( KarbonPart* part, TQWidget* parent = 0L, const char* name = 0L ); |