summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPieProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPieProperty.cpp')
-rw-r--r--kpresenter/KPrPieProperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrPieProperty.cpp b/kpresenter/KPrPieProperty.cpp
index 44996750..694a9653 100644
--- a/kpresenter/KPrPieProperty.cpp
+++ b/kpresenter/KPrPieProperty.cpp
@@ -31,8 +31,8 @@
#include "KPrPiePreview.h"
-KPrPieProperty::KPrPieProperty( TQWidget *tqparent, const char *name, KPrPieValueCmd::PieValues pieValues )
-: TQWidget( tqparent, name )
+KPrPieProperty::KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueCmd::PieValues pieValues )
+: TQWidget( parent, name )
, m_pieValues( pieValues )
{
TQVBoxLayout *tqlayout = new TQVBoxLayout( this );