summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmplane.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmplane.h')
-rw-r--r--kpovmodeler/pmplane.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmplane.h b/kpovmodeler/pmplane.h
index 34829ade..d5321dd8 100644
--- a/kpovmodeler/pmplane.h
+++ b/kpovmodeler/pmplane.h
@@ -54,23 +54,23 @@ public:
virtual PMObject* copy( ) const { return new PMPlane( *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 PMPlaneEdit
*/
- 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( "pmplane" ); }
+ virtual TQString pixmap( ) const { return TQString( "pmplane" ); }
/**
* Return the normal