summaryrefslogtreecommitdiffstats
path: root/README.immodule
diff options
context:
space:
mode:
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 d0762189..49f69d7d 100644
--- a/README.immodule
+++ b/README.immodule
@@ -3,16 +3,16 @@ immodule for Qt
* What is this?
- immodule for Qt is a modular, extensible input method subsystem for
+ immodule for TQt is a modular, extensible input method subsystem for
Qt.
This project brings functionality similar to the immodule for GTK+
- to the Qt library. The main goal of the project is to extend and
- enhance the input method support in the Qt library, in order to
+ to the TQt library. The main goal of the project is to extend and
+ enhance the input method support in the TQt library, in order to
provide a modern and powerful multi-language input system. Our short
- term goal is to make Qt (especially Qt/X11) "up-to-date" with other
+ term goal is to make TQt (especially Qt/X11) "up-to-date" with other
X11-based toolkits such as GTK+. We are also focusing on what the
- input method API should be for future Qt versions.
+ input method API should be for future TQt versions.
See our webpage for further information.
@@ -36,7 +36,7 @@ immodule for Qt
* How to install
- After extract the Qt archive, perform following instructions
+ After extract the TQt archive, perform following instructions
cd qt-x11-free-3.3.3
patch -p0 < qt-x11-immodule-unified-qt3.3.3-20040910.diff
@@ -46,11 +46,11 @@ immodule for Qt
Our patch provides following two configure options. Choose 'Binary
Compatible' for normal use.
- Build Qt with 'Binary Compatible' immodule support (default)
+ Build TQt with 'Binary Compatible' immodule support (default)
configure -inputmethod
- Build Qt without binary compatibility, but supports more advanced
+ Build TQt without binary compatibility, but supports more advanced
immodule extensions. It cannot be used with ordinary application
binaries (i.e. the option is for developers)