diff options
Diffstat (limited to 'kpresenter/KPrPieProperty.h')
-rw-r--r-- | kpresenter/KPrPieProperty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPieProperty.h b/kpresenter/KPrPieProperty.h index 82542fc0..3d89d961 100644 --- a/kpresenter/KPrPieProperty.h +++ b/kpresenter/KPrPieProperty.h @@ -32,7 +32,7 @@ class KPrPieProperty : public TQWidget Q_OBJECT TQ_OBJECT public: - KPrPieProperty( TQWidget *tqparent, const char *name, KPrPieValueCmd::PieValues pieValues ); + KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueCmd::PieValues pieValues ); ~KPrPieProperty(); int getPiePropertyChange() const; |