summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 19:39:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 23:06:47 +0900
commit831c5f62e234ee626144e127a3a7fa6815ad0cb0 (patch)
treea4012a46c09be339f4603e59c7f5b91810feeb77 /HACKING
parent3160ad942e7e0adffa908061323b7a7586e8c721 (diff)
downloaddigikam-831c5f62e234ee626144e127a3a7fa6815ad0cb0.tar.gz
digikam-831c5f62e234ee626144e127a3a7fa6815ad0cb0.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;
-------------------------------------------------------------------------