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