31 #ifndef FOLDERDIAQUOTA_H
32 #define FOLDERDIAQUOTA_H
34 #include "kmfolderdia.h"
35 #include "kmfoldertype.h"
36 #include "quotajobs.h"
46 class ImapAccountBase;
62 virtual AccepStatus accept();
64 static bool supports( KMFolder* refFolder );
67 void initializeWithValuesFromFolder( KMFolder* folder );
68 void showQuotaWidget();
71 void slotConnectionResult( int, const TQString& );
72 void slotReceivedQuotaInfo( KMFolder*, TDEIO::Job*, const KMail::QuotaInfo& );
78 KMail::QuotaWidget* mQuotaWidget;
79 TQWidgetStack* mStack;
80 ImapAccountBase* mImapAccount;
85 KMFolderType mFolderType;
|