summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:47:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:29:56 +0900
commitd69c49836838f119211c0244687d94b5f004bfaa (patch)
tree6ee8510992af96d6445e2bb3df0f680c7ab5bb9a
parent3f22c122a9f1c8b94db1c37c60890cb1a0856a89 (diff)
downloadkxmleditor-d69c49836838f119211c0244687d94b5f004bfaa.tar.gz
kxmleditor-d69c49836838f119211c0244687d94b5f004bfaa.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ac6f4e22ddd7190ca3a4452555490ce7ae21fd39)
-rw-r--r--CODING2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING b/CODING
index 6946486..660904e 100644
--- a/CODING
+++ b/CODING
@@ -19,7 +19,7 @@ VARIABLES
(1) prefixes for variable names
p - for pointer
psz - for "char *" and "const char *" (zero-terminated usally)
-str - for QString objects
+str - for TQString objects
b - for booleans
i - for integers
dlg - for dialogs