summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/init.cpp')
-rw-r--r--khotkeys/kcontrol/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/kcontrol/init.cpp b/khotkeys/kcontrol/init.cpp
index 4bc587494..2278fa038 100644
--- a/khotkeys/kcontrol/init.cpp
+++ b/khotkeys/kcontrol/init.cpp
@@ -31,7 +31,7 @@ extern "C"
// Non-xinerama multhead support in KDE is just a hack
// involving forking apps per-screen. Don't bother with
// kded modules in such case.
- TQCString multiHead = getenv("KDE_MULTIHEAD");
+ TQCString multiHead = getenv("TDE_MULTIHEAD");
if (multiHead.lower() == "true")
kapp->tdeinitExec( "khotkeys" );
else