diff options
Diffstat (limited to 'kpovmodeler/pmcomment.h')
-rw-r--r-- | kpovmodeler/pmcomment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmcomment.h b/kpovmodeler/pmcomment.h index d435423d..832863bc 100644 --- a/kpovmodeler/pmcomment.h +++ b/kpovmodeler/pmcomment.h @@ -62,7 +62,7 @@ public: virtual PMObject* copy( ) const { return new PMComment( *this ); } /** */ - virtual PMMetaObject* metaObject( ) const; + virtual PMMetaObject* tqmetaObject( ) const; /** */ virtual void cleanUp( ) const; |