diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-24 15:29:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-24 15:29:11 -0600 |
commit | b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 (patch) | |
tree | 31cd0dfbcd812303cb707e37614c5a8bc86afd00 /src/kvilib/config | |
parent | 2b0f7501a0f64a3eac41fffc6256714aba7693c2 (diff) | |
download | kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.tar.gz kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.zip |
Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT
Diffstat (limited to 'src/kvilib/config')
-rw-r--r-- | src/kvilib/config/kvi_wincfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/config/kvi_wincfg.h b/src/kvilib/config/kvi_wincfg.h index 1759e323..1a74f0ae 100644 --- a/src/kvilib/config/kvi_wincfg.h +++ b/src/kvilib/config/kvi_wincfg.h @@ -50,7 +50,7 @@ #define COMPILE_INFO_TIPS 1 /* define if you want to compile the KDE 2.x support */ -/* #undef COMPILE_KDE_SUPPORT */ +/* #undef COMPILE_TDE_SUPPORT */ /* define if you want the gcc memory profile */ /* #undef COMPILE_MEMORY_PROFILE */ |