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 22:58:23 +0900
commit32098c8e56997c977f27cd1e2e2c6495d176c0ad (patch)
treec62b64b7de42f3b7ed7fad1212e5bcd1f6d4a4a1 /src/HACKING
parentb8df349107c0a4c64c155b9405ba3160fc1acd92 (diff)
downloadgwenview-32098c8e56997c977f27cd1e2e2c6495d176c0ad.tar.gz
gwenview-32098c8e56997c977f27cd1e2e2c6495d176c0ad.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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>