prefdlg.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef PREFDLG_H
00022 #define PREFDLG_H
00023
00024 #include <kdialogbase.h>
00025 class Settings;
00026 class AppearancePrefTab;
00027 class DefaultPrefTab;
00028 class MiscPrefTab;
00029
00030 class KAlarmPrefDlg : public KDialogBase
00031 {
00032 Q_OBJECT
00033 public:
00034 KAlarmPrefDlg(Settings*);
00035 ~KAlarmPrefDlg();
00036
00037 AppearancePrefTab* m_appearancePage;
00038 DefaultPrefTab* m_defaultPage;
00039 MiscPrefTab* m_miscPage;
00040
00041 protected slots:
00042 virtual void slotOk();
00043 virtual void slotApply();
00044 virtual void slotHelp();
00045 virtual void slotDefault();
00046 virtual void slotCancel();
00047 };
00048
00049 #endif // PREFDLG_H
This file is part of the documentation for kdelibs Version 3.1.5.