diff options
Diffstat (limited to 'kpresenter/KPrWebPresentation.h')
-rw-r--r-- | kpresenter/KPrWebPresentation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrWebPresentation.h b/kpresenter/KPrWebPresentation.h index d5ffae15..99b90ef6 100644 --- a/kpresenter/KPrWebPresentation.h +++ b/kpresenter/KPrWebPresentation.h @@ -149,7 +149,7 @@ protected: class KPrWebPresentationWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KPrWebPresentationWizard( const TQString &_config, KPrDocument *_doc, KPrView *_view ); @@ -194,7 +194,7 @@ protected slots: class KPrWebPresentationCreateDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrWebPresentationCreateDialog( KPrDocument *_doc, KPrView *_view, const KPrWebPresentation &_webPres ); |