summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:39:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:39:53 -0600
commite81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da (patch)
tree65f4f4370cf4269757d7fa4d0f4d15996a1bf68f /khotkeys/kcontrol
parent4e8df9c340d2b3c6a83432bb5c23de487f2609eb (diff)
downloadtdebase-e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da.tar.gz
tdebase-e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da.zip
Rename additional KDE strings
Diffstat (limited to 'khotkeys/kcontrol')
-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