summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/dbobjectnamevalidator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/dbobjectnamevalidator.cpp')
-rw-r--r--kexi/kexidb/dbobjectnamevalidator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/dbobjectnamevalidator.cpp b/kexi/kexidb/dbobjectnamevalidator.cpp
index 1edf5a25..9e384deb 100644
--- a/kexi/kexidb/dbobjectnamevalidator.cpp
+++ b/kexi/kexidb/dbobjectnamevalidator.cpp
@@ -45,7 +45,7 @@ Validator::Result ObjectNameValidator::internalCheck(
return Validator::Ok;
message = i18n("You cannot use name \"%1\" for your object.\n"
"It is reserved for internal Kexi objects. Please choose another name.")
- .tqarg(v.toString());
+ .arg(v.toString());
details = i18n("Names of internal Kexi objects are starting with \"kexi__\".");
return Validator::Error;
}