diff options
Diffstat (limited to 'kmail/antispamwizard.h')
-rw-r--r-- | kmail/antispamwizard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/antispamwizard.h b/kmail/antispamwizard.h index e9707e822..738d8516a 100644 --- a/kmail/antispamwizard.h +++ b/kmail/antispamwizard.h @@ -29,6 +29,8 @@ #ifndef KMAIL_ANTISPAMWIZARD_H #define KMAIL_ANTISPAMWIZARD_H +#include "simplefoldertree.h" + #include <kconfig.h> #include <klistbox.h> #include <kwizard.h> @@ -44,7 +46,6 @@ class TQLabel; namespace KMail { - class SimpleFolderTree; class FolderRequester; class ASWizInfoPage; @@ -289,7 +290,6 @@ namespace KMail { TQBoxLayout *mLayout; private: - TQPixmap *mPixmap; TQLabel *mBannerLabel; }; |