From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kaddressbook/phoneeditwidget.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kaddressbook/phoneeditwidget.h') diff --git a/kaddressbook/phoneeditwidget.h b/kaddressbook/phoneeditwidget.h index a49f4aa9..f9ca8ed4 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 ); -- cgit v1.2.3