diff options
Diffstat (limited to 'kpovmodeler/pmpattern.h')
-rw-r--r-- | kpovmodeler/pmpattern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpattern.h b/kpovmodeler/pmpattern.h index 7dcf9cff..8b742280 100644 --- a/kpovmodeler/pmpattern.h +++ b/kpovmodeler/pmpattern.h @@ -76,7 +76,7 @@ public: virtual TQString pixmap( ) const { return TQString( "pmpattern" ); } /** */ - virtual PMMetaObject* metaObject( ) const; + virtual PMMetaObject* tqmetaObject( ) const; /** */ virtual void cleanUp( ) const; @@ -88,7 +88,7 @@ public: /** * Returns a new @ref PMPatternEdit */ - virtual PMDialogEditBase* editWidget( TQWidget* parent ) const; + virtual PMDialogEditBase* editWidget( TQWidget* tqparent ) const; /** * Gets the pattern type |