summaryrefslogtreecommitdiffstats
path: root/doc/hackers.guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hackers.guide.txt')
-rw-r--r--doc/hackers.guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackers.guide.txt b/doc/hackers.guide.txt
index 9143be12..0d421b95 100644
--- a/doc/hackers.guide.txt
+++ b/doc/hackers.guide.txt
@@ -378,7 +378,7 @@ Coding tips
or in kvilib.
- Windows compilation has COMPILE_ON_WINDOWS #defined and a KDE compilation
- has COMPILE_KDE_SUPPORT #defined.
+ has COMPILE_TDE_SUPPORT #defined.
- Modularize, abstract, modularize, abstract ...