diff options
Diffstat (limited to 'kpovmodeler/pmprojectedthrough.cpp')
-rw-r--r-- | kpovmodeler/pmprojectedthrough.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmprojectedthrough.cpp b/kpovmodeler/pmprojectedthrough.cpp index 46ecc51c..96c0c00a 100644 --- a/kpovmodeler/pmprojectedthrough.cpp +++ b/kpovmodeler/pmprojectedthrough.cpp @@ -44,7 +44,7 @@ PMProjectedThrough::~PMProjectedThrough( ) } -QString PMProjectedThrough::description( ) const +TQString PMProjectedThrough::description( ) const { return i18n( "projected through" ); } @@ -70,7 +70,7 @@ void PMProjectedThrough::cleanUp( ) const Base::cleanUp( ); } -void PMProjectedThrough::serialize( QDomElement& e, QDomDocument& doc ) const +void PMProjectedThrough::serialize( TQDomElement& e, TQDomDocument& doc ) const { Base::serialize( e, doc ); } @@ -80,7 +80,7 @@ void PMProjectedThrough::readAttributes( const PMXMLHelper& h ) Base::readAttributes( h ); } -PMDialogEditBase* PMProjectedThrough::editWidget( QWidget* parent ) const +PMDialogEditBase* PMProjectedThrough::editWidget( TQWidget* parent ) const { return new PMNamedObjectEdit( parent ); } |