diff options
Diffstat (limited to 'kpovmodeler/pmtexture.h')
-rw-r--r-- | kpovmodeler/pmtexture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmtexture.h b/kpovmodeler/pmtexture.h index b2675b11..f247d09a 100644 --- a/kpovmodeler/pmtexture.h +++ b/kpovmodeler/pmtexture.h @@ -52,7 +52,7 @@ public: virtual TQString description( ) const; /** */ - virtual PMMetaObject* metaObject( ) const; + virtual PMMetaObject* tqmetaObject( ) const; /** */ virtual void cleanUp( ) const; @@ -64,7 +64,7 @@ public: /** * Returns a new @ref PMTextureEdit */ - virtual PMDialogEditBase* editWidget( TQWidget* parent ) const; + virtual PMDialogEditBase* editWidget( TQWidget* tqparent ) const; /** */ virtual TQString pixmap( ) const { return TQString( "pmtexture" ); } |