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 /kmail/recipientseditor.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmail/recipientseditor.h')
-rw-r--r-- | kmail/recipientseditor.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/recipientseditor.h b/kmail/recipientseditor.h index db63c8fe6..aadf25bc3 100644 --- a/kmail/recipientseditor.h +++ b/kmail/recipientseditor.h @@ -72,7 +72,7 @@ class Recipient class RecipientComboBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: RecipientComboBox( TQWidget *parent ); @@ -86,7 +86,7 @@ class RecipientComboBox : public TQComboBox class RecipientLineEdit : public KMLineEdit { Q_OBJECT - TQ_OBJECT + public: RecipientLineEdit( TQWidget * parent ) : KMLineEdit( true, parent ) {} @@ -103,7 +103,7 @@ class RecipientLineEdit : public KMLineEdit class RecipientLine : public TQWidget { Q_OBJECT - TQ_OBJECT + public: RecipientLine( TQWidget *parent ); @@ -173,7 +173,7 @@ class RecipientLine : public TQWidget class RecipientsView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: RecipientsView( TQWidget *parent ); @@ -267,7 +267,7 @@ class RecipientsToolTip : public TQToolTip class SideWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: SideWidget( RecipientsView *view, TQWidget *parent ); ~SideWidget(); @@ -299,7 +299,7 @@ class SideWidget : public TQWidget class RecipientsEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: RecipientsEditor( TQWidget *parent ); ~RecipientsEditor(); |