diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 19:39:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 23:06:47 +0900 |
commit | 831c5f62e234ee626144e127a3a7fa6815ad0cb0 (patch) | |
tree | a4012a46c09be339f4603e59c7f5b91810feeb77 /HACKING | |
parent | 3160ad942e7e0adffa908061323b7a7586e8c721 (diff) | |
download | digikam-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-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; ------------------------------------------------------------------------- |