summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 19e2629..82772af 100644
--- a/HACKING
+++ b/HACKING
@@ -114,7 +114,7 @@ Class, file and Variable names:
- Captilize logically so that it becomes easy to read it. Do not capitalize
the first letter after _ (Use m_varName not m_VarName)
- variable names should be indicative of their functionality and also of
- the type they belong too if they are instances of qt widgets.
+ the type they belong too if they are instances of tqt widgets.
for eg, QCheckBox* m_autoRotateCheckBox;
-------------------------------------------------------------------------