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/pm2dcontrolpoint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pm2dcontrolpoint.h') diff --git a/kpovmodeler/pm2dcontrolpoint.h b/kpovmodeler/pm2dcontrolpoint.h index f949570b..40b26d85 100644 --- a/kpovmodeler/pm2dcontrolpoint.h +++ b/kpovmodeler/pm2dcontrolpoint.h @@ -25,7 +25,7 @@ #include "pmcontrolpoint.h" -#include +#include /** * Class for free moveable control points @@ -41,7 +41,7 @@ public: * Creates a PM2DControlPoint with id. Point has to be a 2D vector. */ PM2DControlPoint( const PMVector& point, CPType type, - int id, const QString& description ); + int id, const TQString& description ); /** * Deletes the PM2DControlPoint */ @@ -128,7 +128,7 @@ private: double m_thirdCoordinate; double m_scale; PM2DControlPoint* m_pBasePoint; - QPtrList m_linkedPoints; + TQPtrList m_linkedPoints; PM2DControlPoint* m_pLatheLink; }; -- cgit v1.2.1