summaryrefslogtreecommitdiffstats
path: root/khotkeys
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
parent4e8df9c340d2b3c6a83432bb5c23de487f2609eb (diff)
downloadtdebase-e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da.tar.gz
tdebase-e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da.zip
Rename additional KDE strings
Diffstat (limited to 'khotkeys')
-rw-r--r--khotkeys/app/app.cpp2
-rw-r--r--khotkeys/kcontrol/init.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/app/app.cpp b/khotkeys/app/app.cpp
index 3391ca1aa..c95043c9e 100644
--- a/khotkeys/app/app.cpp
+++ b/khotkeys/app/app.cpp
@@ -96,7 +96,7 @@ int KDE_EXPORT kdemain( int argc, char** argv )
{
{
// multiheaded hotkeys
- TQCString multiHead = getenv("KDE_MULTIHEAD");
+ TQCString multiHead = getenv("TDE_MULTIHEAD");
if (multiHead.lower() == "true") {
Display *dpy = XOpenDisplay(NULL);
if (! dpy) {
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