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;
"Quota" tab in the folder dialog Internal class, only used by KMFolderDialog
This is the base class for tabs in the folder dialog.
virtual bool save() Unlike ConfigModuleTab, we return a bool from save.
Dialog for handling the properties of a mail folder.
virtual AccepStatus accept() Called when clicking OK.
|