From e19b410f43c4fcf35d3d62fc312d1b5251068691 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 04 Jul 2005 08:17:48 +0000 Subject: fixes --- (limited to 'korganizer/koeditorgeneral.h') diff --git a/korganizer/koeditorgeneral.h b/korganizer/koeditorgeneral.h index c463403..d8b15af 100644 --- a/korganizer/koeditorgeneral.h +++ b/korganizer/koeditorgeneral.h @@ -35,6 +35,7 @@ #include #include #include +#include #include #include @@ -72,6 +73,7 @@ class KOEditorGeneral : public QObject void enableAlarm( bool enable ); void setSecrecy( int num ); + int getCalendarID(); public slots: void setCategories(const QString &); void editCategories(); @@ -92,11 +94,13 @@ class KOEditorGeneral : public QObject void dateTimesChanged(QDateTime,QDateTime); protected: + void fillCalCombo( int setToID = 0 ); int mNextFocus; //QLineEdit *mSummaryEdit; //QLineEdit *mLocationEdit; KOLocationBox *mSummaryEdit; KOLocationBox *mLocationEdit; + QComboBox *mCalendarBox; QLabel *mAlarmBell; QCheckBox *mAlarmButton; QSpinBox *mAlarmTimeEdit; -- cgit v0.9.0.2