diff options
Diffstat (limited to 'kexi/core/kexiproject.h')
-rw-r--r-- | kexi/core/kexiproject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexiproject.h b/kexi/core/kexiproject.h index e6fb283e..3a246505 100644 --- a/kexi/core/kexiproject.h +++ b/kexi/core/kexiproject.h @@ -107,7 +107,7 @@ class KEXICORE_EXPORT KexiProject : public TQObject, public KexiDB::Object value in "kexi__db" table. This is often the case for native server-based databases. If so, Kexi application can propose importing the database - or linking it to tqparent project (the latter isn't yet implemented). + or linking it to parent project (the latter isn't yet implemented). For other types of errors the variable is set to true. */ tristate open(bool &incompatibleWithKexi); |