diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-16 23:54:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-16 23:54:58 +0900 |
commit | 632cbaa30ac55924b21d9e65bbe261d592098553 (patch) | |
tree | c455eecd548e28245789884c6ca623c00109974b /src/kernel/qapplication_x11.cpp | |
parent | 1aa221a2bc0a5c2f13a8d95af76a755b3c731251 (diff) | |
download | tqt3-632cbaa30ac55924b21d9e65bbe261d592098553.tar.gz tqt3-632cbaa30ac55924b21d9e65bbe261d592098553.zip |
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r-- | src/kernel/qapplication_x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 23d5969a1..401230f74 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" ); |