diff options
Diffstat (limited to 'kpresenter/KPrMoveHelpLineDia.h')
-rw-r--r-- | kpresenter/KPrMoveHelpLineDia.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrMoveHelpLineDia.h b/kpresenter/KPrMoveHelpLineDia.h index 92e15058..49a8312f 100644 --- a/kpresenter/KPrMoveHelpLineDia.h +++ b/kpresenter/KPrMoveHelpLineDia.h @@ -33,7 +33,7 @@ class KoUnitDoubleSpinBox; class KPrMoveHelpLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrMoveHelpLineDia( TQWidget *parent, double value, double limitTop, double limitBottom, KPrDocument *_doc, const char *name=0L); @@ -53,7 +53,7 @@ protected: class KPrInsertHelpLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrInsertHelpLineDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, const char *name=0L); @@ -76,7 +76,7 @@ protected: class KPrInsertHelpPointDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrInsertHelpPointDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, double poxX=0.0, double posY=0.0, const char *name=0L); |