summaryrefslogtreecommitdiffstats
path: root/kmail/networkaccount.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-14 04:01:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-14 04:02:43 +0200
commitae9fde72adecd2ca03f9d4ff55fc30fef5a09afb (patch)
tree66c9e8436960898ef128ae852ed031cef84dc054 /kmail/networkaccount.h
parent3c3dfdfd7ffbd59bc1f089d6f57b179889f57ac8 (diff)
downloadtdepim-ae9fde72adecd2ca03f9d4ff55fc30fef5a09afb.tar.gz
tdepim-ae9fde72adecd2ca03f9d4ff55fc30fef5a09afb.zip
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4554b6c6fb200addc5fbc833df4f42a65070cdd9)
Diffstat (limited to 'kmail/networkaccount.h')
-rw-r--r--kmail/networkaccount.h4
1 files changed, 3 insertions, 1 deletions
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 {