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