summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmwarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmwarp.h')
-rw-r--r--kpovmodeler/pmwarp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmwarp.h b/kpovmodeler/pmwarp.h
index a6ed213b..6b50f498 100644
--- a/kpovmodeler/pmwarp.h
+++ b/kpovmodeler/pmwarp.h
@@ -53,7 +53,7 @@ public:
/** */
virtual PMObject* copy( ) const { return new PMWarp( *this ); }
/** */
- virtual QString description( ) const;
+ virtual TQString description( ) const;
/** */
virtual PMMetaObject* metaObject( ) const;
@@ -61,19 +61,19 @@ public:
virtual void cleanUp( ) 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 PMWarpEdit
*/
- 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( "pmwarp" ); }
+ virtual TQString pixmap( ) const { return TQString( "pmwarp" ); }
PMWarpType warpType( ) const { return m_warpType; }
void setWarpType( PMWarpType c );