diff options
Diffstat (limited to 'chalk/HACKING')
-rw-r--r-- | chalk/HACKING | 6 |
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 |