summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-24 15:29:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-24 15:29:11 -0600
commitb7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 (patch)
tree31cd0dfbcd812303cb707e37614c5a8bc86afd00 /doc
parent2b0f7501a0f64a3eac41fffc6256714aba7693c2 (diff)
downloadkvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.tar.gz
kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.zip
Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT
Diffstat (limited to 'doc')
-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 9143be1..0d421b9 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 ...