diff options
Diffstat (limited to 'kpovmodeler/pmcsg.h')
-rw-r--r-- | kpovmodeler/pmcsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmcsg.h b/kpovmodeler/pmcsg.h index 36184883..380bf0ef 100644 --- a/kpovmodeler/pmcsg.h +++ b/kpovmodeler/pmcsg.h @@ -62,7 +62,7 @@ public: virtual TQString description( ) const; /** */ - virtual PMMetaObject* tqmetaObject( ) const; + virtual PMMetaObject* metaObject( ) const; /** */ virtual void cleanUp( ) const; |