diff options
Diffstat (limited to 'kpovmodeler/pmskysphere.h')
-rw-r--r-- | kpovmodeler/pmskysphere.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmskysphere.h b/kpovmodeler/pmskysphere.h index f3799b75..116af543 100644 --- a/kpovmodeler/pmskysphere.h +++ b/kpovmodeler/pmskysphere.h @@ -49,7 +49,7 @@ public: /** */ virtual PMObject* copy( ) const { return new PMSkySphere( *this ); } /** */ - virtual QString description( ) const; + virtual TQString description( ) const; /** */ virtual PMMetaObject* metaObject( ) const; @@ -59,9 +59,9 @@ public: /** * Returns a new @ref PMSkySphereEdit */ - virtual PMDialogEditBase* editWidget( QWidget* parent ) const; + virtual PMDialogEditBase* editWidget( TQWidget* parent ) const; /** */ - virtual QString pixmap( ) const { return QString( "pmskysphere" ); } + virtual TQString pixmap( ) const { return TQString( "pmskysphere" ); } private: /** |