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 --- kmail/antispamwizard.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/antispamwizard.h') diff --git a/kmail/antispamwizard.h b/kmail/antispamwizard.h index 04ec41046..e66d2f358 100644 --- a/kmail/antispamwizard.h +++ b/kmail/antispamwizard.h @@ -104,7 +104,7 @@ namespace KMail { class AntiSpamWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: /** The wizard can be used for setting up anti-spam tools and for @@ -299,7 +299,7 @@ namespace KMail { class ASWizInfoPage : public ASWizPage { Q_OBJECT - TQ_OBJECT + public: ASWizInfoPage( AntiSpamWizard::WizardMode mode, @@ -326,7 +326,7 @@ namespace KMail { class ASWizSpamRulesPage : public ASWizPage { Q_OBJECT - TQ_OBJECT + public: ASWizSpamRulesPage( TQWidget * parent, const char * name, KMFolderTree * mainFolderTree ); @@ -359,7 +359,7 @@ namespace KMail { class ASWizVirusRulesPage : public ASWizPage { Q_OBJECT - TQ_OBJECT + public: ASWizVirusRulesPage( TQWidget * parent, const char * name, KMFolderTree * mainFolderTree ); @@ -386,7 +386,7 @@ namespace KMail { class ASWizSummaryPage : public ASWizPage { Q_OBJECT - TQ_OBJECT + public: ASWizSummaryPage( TQWidget * parent, const char * name ); -- cgit v1.2.1