summaryrefslogtreecommitdiffstats
path: root/kmail/antispamwizard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /kmail/antispamwizard.h
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmail/antispamwizard.h')
-rw-r--r--kmail/antispamwizard.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/antispamwizard.h b/kmail/antispamwizard.h
index 04ec4104..e66d2f35 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 );