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/customfieldswidget.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kaddressbook/customfieldswidget.h')
-rw-r--r-- | kaddressbook/customfieldswidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/customfieldswidget.h b/kaddressbook/customfieldswidget.h index 07c5812e1..414cea854 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 ); |