32 #ifndef FOLDERDIAQUOTA_H
33 #define FOLDERDIAQUOTA_H
35 #include "kmfolderdia.h"
36 #include "kmfoldertype.h"
37 #include "quotajobs.h"
47 class ImapAccountBase;
63 virtual AccepStatus accept();
65 static bool supports( KMFolder* refFolder );
68 void initializeWithValuesFromFolder( KMFolder* folder );
69 void showQuotaWidget();
72 void slotConnectionResult( int, const TQString& );
73 void slotReceivedQuotaInfo( KMFolder*, TDEIO::Job*, const KMail::QuotaInfo& );
79 KMail::QuotaWidget* mQuotaWidget;
80 TQWidgetStack* mStack;
81 ImapAccountBase* mImapAccount;
86 KMFolderType mFolderType;
|