diff options
Diffstat (limited to 'korganizer/exportwebdialog.h')
-rw-r--r-- | korganizer/exportwebdialog.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/korganizer/exportwebdialog.h b/korganizer/exportwebdialog.h index ead1e454c..4d2dcd39c 100644 --- a/korganizer/exportwebdialog.h +++ b/korganizer/exportwebdialog.h @@ -38,12 +38,12 @@ class ExportWebDialog : public KDialogBase, public KPrefsWidManager { Q_OBJECT public: - ExportWebDialog( HTMLExportSettings *settings, QWidget *parent = 0, + ExportWebDialog( HTMLExportSettings *settings, TQWidget *parent = 0, const char *name = 0 ); virtual ~ExportWebDialog(); public slots: - void slotTextChanged( const QString & _text); + void slotTextChanged( const TQString & _text); protected: void setupGeneralPage(); @@ -73,12 +73,12 @@ class ExportWebDialog : public KDialogBase, public KPrefsWidManager private: HTMLExportSettings* mSettings; - QFrame *mGeneralPage; - QFrame *mEventPage; - QFrame *mTodoPage; -// QFrame *mJournalPage; -// QFrame *mFreeBusyPage; -// QFrame *mAdvancedPage; + TQFrame *mGeneralPage; + TQFrame *mEventPage; + TQFrame *mTodoPage; +// TQFrame *mJournalPage; +// TQFrame *mFreeBusyPage; +// TQFrame *mAdvancedPage; }; #endif // _EXPORTWEBDIALOG_H |