diff options
author | Michele Calgaro <[email protected]> | 2024-03-13 10:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-13 10:47:32 +0900 |
commit | 0a2a45331d762f6e555e2d14c093f35822f868ec (patch) | |
tree | cbd284f9ce5bbba6e6e460c707cbec2bc3544396 /Documentation/HOWTO-CODE.txt | |
parent | 9a5d96d5bcf4ea5e36ffb75972acc340648d3496 (diff) | |
download | kpilot-0a2a45331d762f6e555e2d14c093f35822f868ec.tar.gz kpilot-0a2a45331d762f6e555e2d14c093f35822f868ec.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
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 |