summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/ChangeLog.immodule
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commiteaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch)
tree4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/ChangeLog.immodule
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/ChangeLog.immodule')
-rw-r--r--tqtinterface/qt4/ChangeLog.immodule8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/ChangeLog.immodule b/tqtinterface/qt4/ChangeLog.immodule
index 7a10a3c..c4526ee 100644
--- a/tqtinterface/qt4/ChangeLog.immodule
+++ b/tqtinterface/qt4/ChangeLog.immodule
@@ -111,7 +111,7 @@
* src/kernel/tqapplication_x11.cpp
- Remove redundant 'class TQInputContext' declaration
- (postIMEvent): Fix the event receiving order inversion problem
- - (x11_apply_settings): Replace TQString::tqfind() which is deprecated
+ - (x11_apply_settings): Replace TQString::find() which is deprecated
in TQt4 with TQString::startsWith()
- (postEvent): Fix invalid TQIMEvent compression that ignores IMStart
boundary
@@ -163,11 +163,11 @@
* plugins/src/inputmethods/imsw-multi/tqmultiinputcontext.cpp
- (identifierName, language): Change return type from TQCString to
TQString
- - (createImSelPopup): Replace TQString::tqfind() which is deprecated in
+ - (createImSelPopup): Replace TQString::find() which is deprecated in
TQt4 with TQString::startsWith()
* plugins/src/inputmethods/imsw-none/tqnoneinputcontextplugin.cpp
- - (create): Replace TQString::tqfind() which is deprecated in TQt4 with
+ - (create): Replace TQString::find() which is deprecated in TQt4 with
TQString::startsWith()
* plugins/src/inputmethods/xim/tqximinputcontext.h
@@ -180,7 +180,7 @@
- (identifierName):
* Change return type from TQCString to TQString
* Move implementation from qximinputcontext.h
- - (language): Replace TQString::tqfind() which is deprecated in TQt4 with
+ - (language): Replace TQString::find() which is deprecated in TQt4 with
TQString::startsWith()
2004-08-19 YamaKen <yamaken@bp.iij4u.or.jp>