summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmfog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmfog.h')
-rw-r--r--kpovmodeler/pmfog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmfog.h b/kpovmodeler/pmfog.h
index fc6d7095..2eac23a8 100644
--- a/kpovmodeler/pmfog.h
+++ b/kpovmodeler/pmfog.h
@@ -54,7 +54,7 @@ public:
virtual TQString description( ) const;
/** */
- virtual PMMetaObject* metaObject( ) const;
+ virtual PMMetaObject* tqmetaObject( ) const;
/** */
virtual void cleanUp( ) const;
@@ -66,7 +66,7 @@ public:
/**
* Returns a new @ref PMFogEdit
*/
- virtual PMDialogEditBase* editWidget( TQWidget* parent ) const;
+ virtual PMDialogEditBase* editWidget( TQWidget* tqparent ) const;
/** */
virtual TQString pixmap( ) const { return TQString( "pmfog" ); }