diff options
Diffstat (limited to 'kpresenter/KPrPieObjectIface.h')
-rw-r--r-- | kpresenter/KPrPieObjectIface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrPieObjectIface.h b/kpresenter/KPrPieObjectIface.h index 362ae0d8..efeeef28 100644 --- a/kpresenter/KPrPieObjectIface.h +++ b/kpresenter/KPrPieObjectIface.h @@ -24,7 +24,7 @@ #include <dcopobject.h> #include <dcopref.h> #include "KPrObject2DIface.h" -#include <qstring.h> +#include <tqstring.h> class KPrPieObject; @@ -39,9 +39,9 @@ k_dcop: virtual void setPieLength( int _p_len ); virtual int pieAngle() const; virtual int pieLength() const; - void setPieType( const QString & type ); - virtual void setLineBegin( const QString &); - virtual void setLineEnd(const QString & ); + void setPieType( const TQString & type ); + virtual void setLineBegin( const TQString &); + virtual void setLineEnd(const TQString & ); void horizontalFlip(); void verticalFlip(); |