diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kaddressbook/phoneeditwidget.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kaddressbook/phoneeditwidget.h')
-rw-r--r-- | kaddressbook/phoneeditwidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/phoneeditwidget.h b/kaddressbook/phoneeditwidget.h index a49f4aa9f..f9ca8ed4c 100644 --- a/kaddressbook/phoneeditwidget.h +++ b/kaddressbook/phoneeditwidget.h @@ -39,7 +39,7 @@ class KComboBox; class PhoneTypeCombo : public KComboBox { Q_OBJECT - TQ_OBJECT + public: PhoneTypeCombo( TQWidget *parent ); @@ -66,7 +66,7 @@ class PhoneTypeCombo : public KComboBox class PhoneNumberWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: PhoneNumberWidget( TQWidget *parent ); @@ -91,7 +91,7 @@ class PhoneNumberWidget : public TQWidget class PhoneEditWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: PhoneEditWidget( TQWidget *parent, const char *name = 0 ); @@ -131,7 +131,7 @@ class PhoneEditWidget : public TQWidget class PhoneTypeDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PhoneTypeDialog( int type, TQWidget *parent ); |