diff options
Diffstat (limited to 'kpovmodeler/pmquickcolor.h')
-rw-r--r-- | kpovmodeler/pmquickcolor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmquickcolor.h b/kpovmodeler/pmquickcolor.h index 84a3afb5..80f5ee4b 100644 --- a/kpovmodeler/pmquickcolor.h +++ b/kpovmodeler/pmquickcolor.h @@ -19,8 +19,8 @@ **************************************************************************/ -#ifndef PMQUICKCOLOR_H -#define PMQUICKCOLOR_H +#ifndef PMTQUICKCOLOR_H +#define PMTQUICKCOLOR_H #ifdef HAVE_CONFIG_H #include <config.h> @@ -57,7 +57,7 @@ public: virtual TQString description( ) const; /** */ - virtual PMMetaObject* metaObject( ) const; + virtual PMMetaObject* tqmetaObject( ) const; /** */ virtual void cleanUp( ) const; @@ -69,7 +69,7 @@ public: /** * Returns a new @ref PMQuickColorEdit */ - 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 |