From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmvectorcontrolpoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpovmodeler/pmvectorcontrolpoint.h') diff --git a/kpovmodeler/pmvectorcontrolpoint.h b/kpovmodeler/pmvectorcontrolpoint.h index 92713bc6..1aca3088 100644 --- a/kpovmodeler/pmvectorcontrolpoint.h +++ b/kpovmodeler/pmvectorcontrolpoint.h @@ -38,7 +38,7 @@ public: * The base point of the vector is given by the control point location. */ PMVectorControlPoint( PMControlPoint* location, const PMVector& v, - int id, const QString& description, + int id, const TQString& description, bool extraLine = true, bool normalize = false ); /** * Creates a PMVectorControlPoint with id. @@ -46,7 +46,7 @@ public: * The base point of the vector is given by the vector p. */ PMVectorControlPoint( const PMVector& location, const PMVector& v, - int id, const QString& description, + int id, const TQString& description, bool extraLine = true, bool normalize = false ); /** * Deletes the PMVectorControlPoint -- cgit v1.2.3