summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrDuplicateObjDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrDuplicateObjDia.h')
-rw-r--r--kpresenter/KPrDuplicateObjDia.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kpresenter/KPrDuplicateObjDia.h b/kpresenter/KPrDuplicateObjDia.h
index cba96b5f..1c49cb5e 100644
--- a/kpresenter/KPrDuplicateObjDia.h
+++ b/kpresenter/KPrDuplicateObjDia.h
@@ -32,8 +32,9 @@ class KoUnitDoubleSpinBox;
class KPrDuplicatObjDia : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KPrDuplicatObjDia( QWidget *parent, KPrDocument * _doc, const char *name=0L);
+ KPrDuplicatObjDia( TQWidget *tqparent, KPrDocument * _doc, const char *name=0L);
int nbCopy() const;
double angle() const;
double increaseX() const;