summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r--src/kernel/qapplication_x11.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 23d5969a..401230f7 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -1128,12 +1128,12 @@ bool TQApplication::x11_apply_settings()
/*
The identifier name of an input method is acquired from the
configuration file as a default. If a environment variable
- "QT_IM_SWITCHER" is not empty it will overwrite the
+ "TQT_IM_SWITCHER" is not empty it will overwrite the
configuration file. The "imsw-multi" becomes the default if the entry
is not configured.
*/
- if ( getenv( "QT_IM_SWITCHER" ) )
- defaultIM = getenv( "QT_IM_SWITCHER" );
+ if ( getenv( "TQT_IM_SWITCHER" ) )
+ defaultIM = getenv( "TQT_IM_SWITCHER" );
#ifndef TQT_NO_IM_EXTENSIONS
else
defaultIM = settings.readEntry( "/qt/DefaultInputMethodSwitcher", "imsw-multi" );