summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/driver.h')
-rw-r--r--kexi/kexidb/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h
index 3c69a687..96f271b2 100644
--- a/kexi/kexidb/driver.h
+++ b/kexi/kexidb/driver.h
@@ -319,7 +319,7 @@ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object
Implement escaping for any character like " or ' as your
database engine requires. Do not append or prepend any quotation
marks characters - it is automatically done by escapeIdentifier() using
- DriverBehaviour::TQUOTATION_MARKS_FOR_IDENTIFIER.
+ DriverBehaviour::QUOTATION_MARKS_FOR_IDENTIFIER.
*/
virtual TQString drv_escapeIdentifier( const TQString& str ) const = 0;