summaryrefslogtreecommitdiffstats
path: root/README.immodule
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-16 23:54:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-16 23:54:58 +0900
commit632cbaa30ac55924b21d9e65bbe261d592098553 (patch)
treec455eecd548e28245789884c6ca623c00109974b /README.immodule
parent1aa221a2bc0a5c2f13a8d95af76a755b3c731251 (diff)
downloadtqt3-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 'README.immodule')
-rw-r--r--README.immodule16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.immodule b/README.immodule
index 49f69d7df..43a35e969 100644
--- a/README.immodule
+++ b/README.immodule
@@ -75,26 +75,26 @@ immodule for Qt
- set "xim" input method as default
- export QT_IM_MODULE=xim
+ export TQT_IM_MODULE=xim
- set "simple" composing input method as default
- export QT_IM_MODULE=simple
+ export TQT_IM_MODULE=simple
- set "xim" input method as default, and disable input method
selection menu in the context menu
- export QT_IM_SWITCHER=imsw-none
- export QT_IM_MODULE=xim
+ export TQT_IM_SWITCHER=imsw-none
+ export TQT_IM_MODULE=xim
- set "xim" input method as default, and enable input method
selection menu in the context menu (default configuration)
- export QT_IM_SWITCHER=imsw-multi
- export QT_IM_MODULE=xim
+ export TQT_IM_SWITCHER=imsw-multi
+ export TQT_IM_MODULE=xim
- set "iiimqcf" that has its own input method switching framework as
@@ -103,5 +103,5 @@ immodule for Qt
provide unified user interface for global input method switching
over the desktop
- export QT_IM_SWITCHER=imsw-none
- export QT_IM_MODULE=iiimqcf
+ export TQT_IM_SWITCHER=imsw-none
+ export TQT_IM_MODULE=iiimqcf