configuredialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
#ifndef _CONFIGURE_DIALOG_H_
00023
#define _CONFIGURE_DIALOG_H_
00024
00025
#include <qguardedptr.h>
00026
#include <kcmultidialog.h>
00027
00028
class KConfig;
00029
class ProfileDialog;
00030
00031
class ConfigureDialog :
public KCMultiDialog
00032 {
00033 Q_OBJECT
00034
00035
public:
00036 ConfigureDialog(
QWidget *parent=0,
const char *name=0,
bool modal=
true );
00037 ~ConfigureDialog();
00038
00039 signals:
00047
void installProfile( KConfig *profile );
00048
protected:
00049
void hideEvent(
QHideEvent *i );
00050
protected slots:
00054
void slotApply();
00055
00059
void slotOk();
00060
00064
void slotUser2();
00065
00066
private:
00067
QGuardedPtr<ProfileDialog> mProfileDialog;
00068 };
00069
00070
#endif
This file is part of the documentation for kmail Library Version 3.3.0.