summaryrefslogtreecommitdiffstats
path: root/kaddressbook/customfieldswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/customfieldswidget.h')
-rw-r--r--kaddressbook/customfieldswidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/customfieldswidget.h b/kaddressbook/customfieldswidget.h
index 07c5812e..414cea85 100644
--- a/kaddressbook/customfieldswidget.h
+++ b/kaddressbook/customfieldswidget.h
@@ -61,7 +61,7 @@ typedef TQValueList<FieldRecord> FieldRecordList;
class AddFieldDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddFieldDialog( TQWidget *parent, const char *name = 0 );
@@ -86,7 +86,7 @@ class AddFieldDialog : public KDialogBase
class FieldWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
FieldWidget( TQWidget *parent, const char *name = 0 );
@@ -121,7 +121,7 @@ class FieldWidget : public TQWidget
class CustomFieldsWidget : public KAB::ContactEditorWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomFieldsWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );