summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmprojectedthrough.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmprojectedthrough.h')
-rw-r--r--kpovmodeler/pmprojectedthrough.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmprojectedthrough.h b/kpovmodeler/pmprojectedthrough.h
index 66b2a7bd..4212097f 100644
--- a/kpovmodeler/pmprojectedthrough.h
+++ b/kpovmodeler/pmprojectedthrough.h
@@ -50,7 +50,7 @@ public:
/** */
virtual PMObject* copy( ) const { return new PMProjectedThrough( *this ); }
/** */
- virtual QString description( ) const;
+ virtual TQString description( ) const;
/** */
virtual PMMetaObject* metaObject( ) const;
@@ -58,18 +58,18 @@ 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 PMProjectedThroughEdit
*/
- 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( "pmprojectedthrough" ); }
+ virtual TQString pixmap( ) const { return TQString( "pmprojectedthrough" ); }
/** */
virtual void restoreMemento( PMMemento* s );