diff options
Diffstat (limited to 'kexi/widget/kexicustompropertyfactory_p.h')
| -rw-r--r-- | kexi/widget/kexicustompropertyfactory_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/kexicustompropertyfactory_p.h b/kexi/widget/kexicustompropertyfactory_p.h index 49a4066be..792f424c4 100644 --- a/kexi/widget/kexicustompropertyfactory_p.h +++ b/kexi/widget/kexicustompropertyfactory_p.h @@ -32,7 +32,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit public: KexiImagePropertyEdit(KoProperty::Property *property, - TQWidget *tqparent=0, const char *name=0); + TQWidget *parent=0, const char *name=0); virtual ~KexiImagePropertyEdit(); virtual TQVariant value() const; @@ -61,7 +61,7 @@ class KexiIdentifierPropertyEdit : public KoProperty::StringEdit public: KexiIdentifierPropertyEdit(KoProperty::Property *property, - TQWidget *tqparent=0, const char *name=0); + TQWidget *parent=0, const char *name=0); virtual ~KexiIdentifierPropertyEdit(); /*! Reimplemented: sets \a value but it is converted to identifier |
