summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/sqlite_issues.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-26 11:50:58 +0900
committerMichele Calgaro <[email protected]>2023-09-28 11:41:17 +0900
commit7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch)
treed7058008da5066e2b9c232c7d5b7e7e33294df35 /kexi/doc/dev/sqlite_issues.txt
parentc5457738148661c46793712f2b3bfdf86654e298 (diff)
downloadkoffice-7cec1c0edd5e9103470f05af4e8403c3ace08780.tar.gz
koffice-7cec1c0edd5e9103470f05af4e8403c3ace08780.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'kexi/doc/dev/sqlite_issues.txt')
-rw-r--r--kexi/doc/dev/sqlite_issues.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/doc/dev/sqlite_issues.txt b/kexi/doc/dev/sqlite_issues.txt
index 9e9ebf56..d6a96236 100644
--- a/kexi/doc/dev/sqlite_issues.txt
+++ b/kexi/doc/dev/sqlite_issues.txt
@@ -72,7 +72,7 @@ These checks should be made in KexiDB SQLite engine driver. In fact for each dri
should be allocated for given query independently from the same field allocated for table schema.
The first field object can disallow editing while the latter can allow editing (because it is
component of regular table).
- B) Also add method for QString KexiDB::Field that returns i18n'd message about the reasons
+ B) Also add method for TQString KexiDB::Field that returns i18n'd message about the reasons
of disallowing for editing given field in a context of given query.