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