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 d8262a0f..4d0d2804 100644 --- a/kpresenter/KPrWebPresentation.h +++ b/kpresenter/KPrWebPresentation.h @@ -147,7 +147,7 @@ protected: class KPrWebPresentationWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: @@ -192,7 +192,7 @@ protected slots: class KPrWebPresentationCreateDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: |