summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmtorus.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmtorus.h')
-rw-r--r--kpovmodeler/pmtorus.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmtorus.h b/kpovmodeler/pmtorus.h
index 9f3f8225..a7f1ee6a 100644
--- a/kpovmodeler/pmtorus.h
+++ b/kpovmodeler/pmtorus.h
@@ -55,24 +55,24 @@ public:
/** */
virtual PMObject* copy( ) const { return new PMTorus( *this ); }
/** */
- virtual QString description( ) const;
+ virtual TQString description( ) const;
/** */
virtual PMMetaObject* metaObject( ) const;
/** */
- virtual void serialize( QDomElement& e, QDomDocument& doc ) const;
+ virtual void serialize( TQDomElement& e, TQDomDocument& doc ) const;
/** */
virtual void readAttributes( const PMXMLHelper& h );
/**
* Returns a new @ref PMTrousEdit
*/
- virtual PMDialogEditBase* editWidget( QWidget* parent ) const;
+ virtual PMDialogEditBase* editWidget( TQWidget* parent ) const;
/**
* Returns the name of the pixmap that is displayed in the tree view
* and dialog view
*/
- virtual QString pixmap( ) const { return QString( "pmtorus" ); }
+ virtual TQString pixmap( ) const { return TQString( "pmtorus" ); }
/**
* set minor radius see povray documentation about torus
*/