From 7cec1c0edd5e9103470f05af4e8403c3ace08780 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 26 Sep 2023 11:50:58 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2) --- kexi/doc/dev/sqlite_issues.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/doc/dev/sqlite_issues.txt') 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. -- cgit v1.2.1