22#ifndef _CONFIGURE_DIALOG_H_
23#define _CONFIGURE_DIALOG_H_
25#include <tqguardedptr.h>
26#include <kcmultidialog.h>
31 class ImapAccountBase;
34class ConfigureDialog : public KCMultiDialog
40 ConfigureDialog( TQWidget *parent=0, const char *name=0, bool modal= true );
51 void installProfile( TDEConfig *profile );
54 void hideEvent( TQHideEvent *i );
72 TQGuardedPtr<ProfileDialog> mProfileDialog;
80class AccountUpdater : public TQObject {
84 AccountUpdater(KMail::ImapAccountBase *account);
87 void namespacesFetched();
89 KMail::ImapAccountBase *mAccount;
|