diff options
Diffstat (limited to 'khotkeys/kcontrol/init.cpp')
-rw-r--r-- | khotkeys/kcontrol/init.cpp | 2 |
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 |