summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
Diffstat (limited to 'kmail')
-rw-r--r--kmail/imapaccountbase.h4
-rw-r--r--kmail/networkaccount.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/kmail/imapaccountbase.h b/kmail/imapaccountbase.h
index 2d239d96..3a4c4bff 100644
--- a/kmail/imapaccountbase.h
+++ b/kmail/imapaccountbase.h
@@ -32,7 +32,9 @@
#include <tqguardedptr.h>
#include <tdeio/global.h>
-class AccountManager;
+namespace KMail {
+ class AccountManager;
+}
class KMFolder;
class TDEConfig/*Base*/;
class KMMessagePart;
diff --git a/kmail/networkaccount.h b/kmail/networkaccount.h
index 503a312d..1c5dde6e 100644
--- a/kmail/networkaccount.h
+++ b/kmail/networkaccount.h
@@ -33,7 +33,9 @@
#include <tqstring.h>
-class AccountManager;
+namespace KMail {
+ class AccountManager;
+}
class TDEConfig/*Base*/;
class KURL;
namespace TDEIO {