summaryrefslogtreecommitdiffstats
path: root/korganizer/exportwebdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/exportwebdialog.h')
-rw-r--r--korganizer/exportwebdialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/korganizer/exportwebdialog.h b/korganizer/exportwebdialog.h
index 4d2dcd39c..27a0a9860 100644
--- a/korganizer/exportwebdialog.h
+++ b/korganizer/exportwebdialog.h
@@ -27,6 +27,7 @@
#include <libkdepim/kprefsdialog.h>
class HTMLExportSettings;
+class TQGroupBox;
using namespace KCal;
@@ -70,6 +71,9 @@ class ExportWebDialog : public KDialogBase, public KPrefsWidManager
protected:
virtual void usrReadConfig() {}
virtual void usrWriteConfig() {}
+
+ private slots:
+ void updateState();
private:
HTMLExportSettings* mSettings;
@@ -79,6 +83,10 @@ class ExportWebDialog : public KDialogBase, public KPrefsWidManager
// TQFrame *mJournalPage;
// TQFrame *mFreeBusyPage;
// TQFrame *mAdvancedPage;
+
+ TQCheckBox *mMonthViewCheckBox;
+ TQCheckBox *mEventListCheckBox;
+ TQGroupBox *mDateRangeBox;
};
#endif // _EXPORTWEBDIALOG_H