24 #ifndef _EXPORTWEBDIALOG_H
25 #define _EXPORTWEBDIALOG_H
27 #include <libtdepim/kprefsdialog.h>
29 class HTMLExportSettings;
44 const char *name = 0 );
48 void slotTextChanged( const TQString & _text);
51 void setupGeneralPage();
52 void setupEventPage();
65 void exportHTML( HTMLExportSettings* );
73 virtual void usrReadConfig() {}
74 virtual void usrWriteConfig() {}
80 HTMLExportSettings* mSettings;
81 TQFrame *mGeneralPage;
88 TQCheckBox *mMonthViewCheckBox;
89 TQCheckBox *mEventListCheckBox;
90 TQGroupBox *mDateRangeBox;
ExportWebDialog is a class that provides the dialog and functions to export a calendar as web page.
|