summaryrefslogtreecommitdiffstats
path: root/kexi/widget/kexicustompropertyfactory_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/widget/kexicustompropertyfactory_p.cpp')
-rw-r--r--kexi/widget/kexicustompropertyfactory_p.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/widget/kexicustompropertyfactory_p.cpp b/kexi/widget/kexicustompropertyfactory_p.cpp
index f5fbb90a..20e85b04 100644
--- a/kexi/widget/kexicustompropertyfactory_p.cpp
+++ b/kexi/widget/kexicustompropertyfactory_p.cpp
@@ -27,8 +27,8 @@
using namespace KoProperty;
KexiImagePropertyEdit::KexiImagePropertyEdit(
- Property *property, TQWidget *tqparent, const char *name)
- : PixmapEdit(property, tqparent, name)
+ Property *property, TQWidget *parent, const char *name)
+ : PixmapEdit(property, parent, name)
, m_id(0)
{
}
@@ -79,8 +79,8 @@ void KexiImagePropertyEdit::drawViewer(TQPainter *p, const TQColorGroup &cg, con
//----------------------------------------------------------------
KexiIdentifierPropertyEdit::KexiIdentifierPropertyEdit(
- Property *property, TQWidget *tqparent, const char *name)
- : StringEdit(property, tqparent, name)
+ Property *property, TQWidget *parent, const char *name)
+ : StringEdit(property, parent, name)
{
m_edit->setValidator(
new KexiUtils::IdentifierValidator(TQT_TQOBJECT(m_edit), "KexiIdentifierPropertyEdit Validator") );