summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmplane.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmplane.h')
-rw-r--r--kpovmodeler/pmplane.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmplane.h b/kpovmodeler/pmplane.h
index d5321dd8..32b25724 100644
--- a/kpovmodeler/pmplane.h
+++ b/kpovmodeler/pmplane.h
@@ -57,7 +57,7 @@ public:
virtual TQString description( ) const;
/** */
- virtual PMMetaObject* metaObject( ) const;
+ virtual PMMetaObject* tqmetaObject( ) const;
/** */
virtual void serialize( TQDomElement& e, TQDomDocument& doc ) const;
@@ -66,7 +66,7 @@ public:
/**
* Returns a new @ref PMPlaneEdit
*/
- virtual PMDialogEditBase* editWidget( TQWidget* parent ) const;
+ virtual PMDialogEditBase* editWidget( TQWidget* tqparent ) const;
/**
* Returns the name of the pixmap that is displayed in the tree view and dialog view
*/