diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-13 10:33:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-14 09:19:43 +0900 |
| commit | 031143c754a9709533c99d796ba563ad59c9178f (patch) | |
| tree | 01aabb601a5902298210106a348480d741f97624 /Documentation/HOWTO-CODE.txt | |
| parent | 84beaa20de582a75109b15be113769738656979d (diff) | |
| download | kpilot-031143c7.tar.gz kpilot-031143c7.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0a2a45331d762f6e555e2d14c093f35822f868ec)
Diffstat (limited to 'Documentation/HOWTO-CODE.txt')
| -rw-r--r-- | Documentation/HOWTO-CODE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/HOWTO-CODE.txt b/Documentation/HOWTO-CODE.txt index 99c093c..f28a319 100644 --- a/Documentation/HOWTO-CODE.txt +++ b/Documentation/HOWTO-CODE.txt @@ -58,7 +58,7 @@ Header Files ============ One thing we *do* need to agree on is how to protect -.h files from double-inclusion. In Qt and KDE there's: +.h files from double-inclusion. In TQt and TDE there's: #ifndef QTCLASS_H #ifndef _KDECLASS_H |
