diff options
author | Michele Calgaro <[email protected]> | 2024-02-17 19:39:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-17 22:58:23 +0900 |
commit | 32098c8e56997c977f27cd1e2e2c6495d176c0ad (patch) | |
tree | c62b64b7de42f3b7ed7fad1212e5bcd1f6d4a4a1 /src/HACKING | |
parent | b8df349107c0a4c64c155b9405ba3160fc1acd92 (diff) | |
download | gwenview-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/HACKING | 4 |
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> |