summaryrefslogtreecommitdiffstats
path: root/chalk/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-09 18:58:02 +0900
committerMichele Calgaro <[email protected]>2024-03-22 21:28:42 +0900
commit3723148aa321530969ae4dd7472c461b94b5405e (patch)
treee5d11a855ae5ab9b409ce5f478b3a78d310f39f5 /chalk/HACKING
parente220a1b2b9fa4c97bbcaabf51cd259e62edd3ab3 (diff)
downloadkoffice-3723148aa321530969ae4dd7472c461b94b5405e.tar.gz
koffice-3723148aa321530969ae4dd7472c461b94b5405e.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
Diffstat (limited to 'chalk/HACKING')
-rw-r--r--chalk/HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/HACKING b/chalk/HACKING
index 7673eb70..f5ddc1e4 100644
--- a/chalk/HACKING
+++ b/chalk/HACKING
@@ -31,7 +31,7 @@ Shared pointers
Getter/setter
- Chalk doesn't use Qt's properties -- yet. If you want to introduce use of
+ Chalk doesn't use TQt's properties -- yet. If you want to introduce use of
properties, convert any and all classes in Chalk before committing.
Getter/setters are named 'x() for getters and setX(int x) for setters. If you
@@ -49,7 +49,7 @@ Class naming
Function naming
- Functions should be named in camelBackedFashion, to conform to Qt's standards.
+ Functions should be named in camelBackedFashion, to conform to TQt's standards.
If you encounter functions in c_style_like_this, feel free to rename. Also:
verbNoun -- i.e., rotateLayer, not layer_rotate. The latter is a true c-ism,
introduced by a language that needs to prefix the 'class' name to every function
@@ -90,4 +90,4 @@ Slots and signals
Prefix slots with slot and signals with sig: slotUpdateSelection, sigSelectionUpdated.
-Boudewijn Rempt \ No newline at end of file
+Boudewijn Rempt