summaryrefslogtreecommitdiffstats
path: root/CODING
diff options
context:
space:
mode:
Diffstat (limited to 'CODING')
-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