summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/dbobjectnamevalidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/dbobjectnamevalidator.h')
-rw-r--r--kexi/kexidb/dbobjectnamevalidator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/dbobjectnamevalidator.h b/kexi/kexidb/dbobjectnamevalidator.h
index 2b9a0645..ad2db4bd 100644
--- a/kexi/kexidb/dbobjectnamevalidator.h
+++ b/kexi/kexidb/dbobjectnamevalidator.h
@@ -36,7 +36,7 @@ namespace KexiDB {
/*! \a drv is a KexiDB driver on which isSystemObjectName() will be
called inside check(). If \a drv is 0, KexiDB::Driver::isKexiDBSystemObjectName()
static function is called instead. */
- ObjectNameValidator(KexiDB::Driver *drv, TQObject * tqparent = 0, const char * name = 0);
+ ObjectNameValidator(KexiDB::Driver *drv, TQObject * parent = 0, const char * name = 0);
virtual ~ObjectNameValidator();
protected: