diff options
Diffstat (limited to 'kmail/antispamwizard.h')
-rw-r--r-- | kmail/antispamwizard.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 ); |