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/pmblobsphere.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmblobsphere.cpp') diff --git a/kpovmodeler/pmblobsphere.cpp b/kpovmodeler/pmblobsphere.cpp index 6ca96769..cbcd33a4 100644 --- a/kpovmodeler/pmblobsphere.cpp +++ b/kpovmodeler/pmblobsphere.cpp @@ -67,7 +67,7 @@ PMBlobSphere::~PMBlobSphere( ) } -QString PMBlobSphere::description( ) const +TQString PMBlobSphere::description( ) const { return i18n( "blob sphere" ); } @@ -91,7 +91,7 @@ PMMetaObject* PMBlobSphere::metaObject( ) const return s_pMetaObject; } -void PMBlobSphere::serialize( QDomElement& e, QDomDocument& doc ) const +void PMBlobSphere::serialize( TQDomElement& e, TQDomDocument& doc ) const { e.setAttribute( "centre", m_centre.serializeXML( ) ); e.setAttribute( "radius", m_radius ); @@ -107,7 +107,7 @@ void PMBlobSphere::readAttributes( const PMXMLHelper& h ) Base::readAttributes( h ); } -PMDialogEditBase* PMBlobSphere::editWidget( QWidget* parent ) const +PMDialogEditBase* PMBlobSphere::editWidget( TQWidget* parent ) const { return new PMBlobSphereEdit( parent ); } -- cgit v1.2.3