diff options
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 |