summaryrefslogtreecommitdiffstats
path: root/ChangeLog.immodule
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-11-25 14:05:14 -0600
committerTimothy Pearson <[email protected]>2012-11-25 14:05:14 -0600
commitbd87b2af9dde0633e56a792665cdec7a9675da95 (patch)
tree372fc8bc287d9712646388e9543b291a30b9cbd6 /ChangeLog.immodule
parentc5e69959c9eeb6a1396f1a60d7cf4f9781a2d47c (diff)
downloadtqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.tar.gz
tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.zip
Automated update from Qt3
Diffstat (limited to 'ChangeLog.immodule')
-rw-r--r--ChangeLog.immodule14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog.immodule b/ChangeLog.immodule
index 44acfd9c0..8d9acb485 100644
--- a/ChangeLog.immodule
+++ b/ChangeLog.immodule
@@ -94,7 +94,7 @@
* src/kernel/ntqinputcontext.h
- (identifierName, language): Change return type from QCString to QString
- - (addMenusTo): Make Qt3 specific
+ - (addMenusTo): Make TQt3 specific
* src/kernel/qinputcontext.cpp
- (identifierName):
* Change return type from QCString to QString
@@ -126,7 +126,7 @@
defined(Q_WS_X11)
* src/input/qinputcontextinterface_p.h
- - Modify a coding style to follow Trolltech's one for Qt3
+ - Modify a coding style to follow Trolltech's one for TQt3
* src/input/ntqinputcontextplugin.h
- Fix typos in comment
@@ -357,7 +357,7 @@
- Add '-im' option to enable immodule feature (default yes).
- Add '-im-ext' option to enable more immodule extensions (default
no). Specify this option 'no' to keep binary compatibility with
- standard Qt3
+ standard TQt3
* src/kernel/qt_x11.pri
- Add conditional QT_NO_IM and QT_NO_IM_EXTENSIONS definition in
@@ -489,7 +489,7 @@
2004-08-10 YamaKen <[email protected]>
* plugins/src/inputmethods/simple/qsimpleinputcontext.h
- - Follow Trolltech's coding style for Qt3
+ - Follow Trolltech's coding style for TQt3
- Remove unnecessary headers
- (UNITIZE): Moved from qsimpleinputcontext.cpp. QT_ prefix is not
required since a macro does not pollute symbol space
@@ -507,7 +507,7 @@
- Separate composing table definition to composetable.cpp
- Remove unnecessary headers
- Replace 'true' and 'false' with 'TRUE' and 'FALSE' to follow
- Trolltech's coding style for Qt3
+ Trolltech's coding style for TQt3
- Replace _ComposeTableElement with QComposeTableElement to follow
the renaming
- Replace ComposeTable with QComposeTable to follow the renaming
@@ -685,7 +685,7 @@
* src/kernel/ntqinputcontext.h
- (QInputContextMenu::Action): New enum
- - (menus): Restrict to use with Qt3 only
+ - (menus): Restrict to use with TQt3 only
- (qt4menus): Remove to replace with actions()
- (actions): New function for Qt4
@@ -1315,7 +1315,7 @@
4. Rename QInputContext::name() to identifierName() to avoid
conflicting with QObject::name()
- This patch does not break binary compatibility from vanilla Qt3.
+ This patch does not break binary compatibility from vanilla TQt3.
But it costs immodule developer small modification.
* src/kernel/ntqinputcontext.h