blob: 5ae7fd3170b4c1e977455eb49b3ec8de8445784d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-kmail_imapaccountbase.h,v 1.1 2012/05/04 16:27:59 joerg Exp $
--- kmail/imapaccountbase.h.orig 2012-04-27 16:28:08.000000000 +0000
+++ kmail/imapaccountbase.h
@@ -32,7 +32,6 @@
#include <qguardedptr.h>
#include <kio/global.h>
-class AccountManager;
class KMFolder;
class KConfig/*Base*/;
class KMMessagePart;
@@ -50,6 +49,7 @@ namespace KPIM {
}
namespace KMail {
+ class AccountManager;
struct ACLListEntry;
struct QuotaInfo;
typedef QValueVector<KMail::ACLListEntry> ACLList;
|