diff options
Diffstat (limited to 'kpresenter/KPrPieObjectIface.cpp')
-rw-r--r-- | kpresenter/KPrPieObjectIface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrPieObjectIface.cpp b/kpresenter/KPrPieObjectIface.cpp index 080b188c..e5a3d4f4 100644 --- a/kpresenter/KPrPieObjectIface.cpp +++ b/kpresenter/KPrPieObjectIface.cpp @@ -52,7 +52,7 @@ int KPrPieObjectIface::pieLength() const return obj->getPieLength(); } -void KPrPieObjectIface::setPieType( const QString & type ) +void KPrPieObjectIface::setPieType( const TQString & type ) { if( type =="Pie") obj->setPieType(PT_PIE); @@ -62,12 +62,12 @@ void KPrPieObjectIface::setPieType( const QString & type ) obj->setPieType(PT_CHORD); } -void KPrPieObjectIface::setLineBegin( const QString & type) +void KPrPieObjectIface::setLineBegin( const TQString & type) { obj->setLineBegin(lineEndBeginFromString( type )); } -void KPrPieObjectIface::setLineEnd( const QString & type) +void KPrPieObjectIface::setLineEnd( const TQString & type) { obj->setLineEnd(lineEndBeginFromString( type )); } |