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/pmdistancecontrolpoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpovmodeler/pmdistancecontrolpoint.h') diff --git a/kpovmodeler/pmdistancecontrolpoint.h b/kpovmodeler/pmdistancecontrolpoint.h index f5e28fff..afc39fbd 100644 --- a/kpovmodeler/pmdistancecontrolpoint.h +++ b/kpovmodeler/pmdistancecontrolpoint.h @@ -38,7 +38,7 @@ public: * The base point of the vector is given by the control point location. */ PMDistanceControlPoint( PMControlPoint* location, const PMVector& direction, - double distance, int id, const QString& description, + double distance, int id, const TQString& description, bool extraLine = false ); /** * Creates a PMDistanceControlPoint with id. @@ -46,7 +46,7 @@ public: * The base point of the vector is given by the vector p. */ PMDistanceControlPoint( const PMVector& location, const PMVector& direction, - double distance, int id, const QString& description, + double distance, int id, const TQString& description, bool extraLine = false ); /** -- cgit v1.2.3