birthdaysdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KORG_BIRTHDAYSDIALOG_H
00021 #define KORG_BIRTHDAYSDIALOG_H
00022
00023 #include <kdialogbase.h>
00024
00025 class QLabel;
00026 class QCheckBox;
00027 class KRestrictedLine;
00028
00029 class BirthdaysDialog : public KDialogBase {
00030 Q_OBJECT
00031 public:
00032 BirthdaysDialog(QWidget *parent=0);
00033 virtual ~BirthdaysDialog();
00034
00035 QCheckBox *mAlarm;
00036 KRestrictedLine *mAlarmTimeEdit;
00037 public slots:
00038 void slotUser1();
00039
00040 private slots:
00041 void alarmClicked();
00042 private:
00043 QLabel *mALabel;
00044 };
00045
00046 #endif
This file is part of the documentation for korganizer Library Version 3.2.2.