diff options
Diffstat (limited to 'kpresenter/KPrRotationDialogImpl.h')
-rw-r--r-- | kpresenter/KPrRotationDialogImpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrRotationDialogImpl.h b/kpresenter/KPrRotationDialogImpl.h index e030641b2..684467522 100644 --- a/kpresenter/KPrRotationDialogImpl.h +++ b/kpresenter/KPrRotationDialogImpl.h @@ -34,7 +34,7 @@ class KPrCircleGroup; class KPrRotationDialogImpl : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrRotationDialogImpl( TQWidget *parent, const char* name = 0 ); @@ -64,7 +64,7 @@ private: class KPrCircleToggle : public TQLabel { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. @@ -104,7 +104,7 @@ private: class KPrCircleGroup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. |