summaryrefslogtreecommitdiffstats
path: root/src/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-17 19:39:34 +0900
committerMichele Calgaro <[email protected]>2024-02-17 23:49:45 +0900
commit30981c12c4ad5eb1d7e9cfcd9ef0168c008df93b (patch)
treed9065227519250415ee51d501d5b7949ad20157f /src/HACKING
parentefa0164444fca36c3d4c2f8d9ef906252f2bc427 (diff)
downloadgwenview-30981c12c4ad5eb1d7e9cfcd9ef0168c008df93b.tar.gz
gwenview-30981c12c4ad5eb1d7e9cfcd9ef0168c008df93b.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 32098c8e56997c977f27cd1e2e2c6495d176c0ad)
Diffstat (limited to 'src/HACKING')
-rw-r--r--src/HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HACKING b/src/HACKING
index 1480f90..79604a1 100644
--- a/src/HACKING
+++ b/src/HACKING
@@ -78,11 +78,11 @@ if (!data)
Include files
-------------
-Group include files in the Qt, KDE or local groups and sort them
+Group include files in the TQt, KDE or local groups and sort them
alphabetically. When writing the implementation file of a class which is a
TQ_OBJECT, make sure you include the .moc file, not the .h.
-// Qt
+// TQt
#include <qobject.h>
#include <qwidget.h>