summaryrefslogtreecommitdiffstats
path: root/kaddressbook/phoneeditwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/phoneeditwidget.h')
-rw-r--r--kaddressbook/phoneeditwidget.h8
1 files changed, 4 insertions, 4 deletions
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 );