summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/naming_conventions.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-28 11:41:17 +0900
commit7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch)
treed7058008da5066e2b9c232c7d5b7e7e33294df35 /kexi/doc/dev/naming_conventions.txt
parentc5457738148661c46793712f2b3bfdf86654e298 (diff)
downloadkoffice-r14.1.1.tar.gz
koffice-r14.1.1.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 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'kexi/doc/dev/naming_conventions.txt')
-rw-r--r--kexi/doc/dev/naming_conventions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/naming_conventions.txt b/kexi/doc/dev/naming_conventions.txt
index 8d34f97a5..7c167a772 100644
--- a/kexi/doc/dev/naming_conventions.txt
+++ b/kexi/doc/dev/naming_conventions.txt
@@ -97,8 +97,8 @@ to recognise who marked given fragment.
4. Indentation
4.1 We can use the rule as in the rest of KDE code.
example:
- QString objectName(); //wrong
- QString objectName(); //ok
+ TQString objectName(); //wrong
+ TQString objectName(); //ok
rule: dont use tabs between words.
4.2 To avoid many indentation levels, we can use: