summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/fieldlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/fieldlist.h')
-rw-r--r--kexi/kexidb/fieldlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/fieldlist.h b/kexi/kexidb/fieldlist.h
index c5f28d5b3..f77dba2b4 100644
--- a/kexi/kexidb/fieldlist.h
+++ b/kexi/kexidb/fieldlist.h
@@ -135,7 +135,7 @@ class KEXI_DB_EXPORT FieldList
/*! \return a string that is a result of all field names concatenated
and with \a separator. This is usable e.g. as argument like "field1,field2"
for "INSERT INTO (xxx) ..". The result of this method is effectively cached,
- and it is tqinvalidated when set of fields changes (e.g. using clear()
+ and it is invalidated when set of fields changes (e.g. using clear()
or addField()).
\a tableAlias, if provided is prepended to each field, so the resulting
names will be in form tableAlias.fieldName. This option is used for building