summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h
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/src/3rdparty/libmng/libmng_data.h
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h')
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h b/tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h
index f4fc1c8..41949e5 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h
+++ b/tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h
@@ -132,7 +132,7 @@ typedef mng_palette8 mng_rgbpaltab;
/* * * */
/* * The saved_data structure * */
/* * * */
-/* * This tqcontains the saved data after a SAVE chunk has been processed. * */
+/* * This contains the saved data after a SAVE chunk has been processed. * */
/* * The data is saved from the main data structure during SAVE processing, * */
/* * and restored to the main data structure during SEEK processing. * */
/* * * */
@@ -203,7 +203,7 @@ typedef mng_savedata * mng_savedatap;
/* * The main libmng data structure * */
/* * * */
/* * The handle used in all functions points to this structure which * */
-/* * tqcontains all volatile data necessary to process the network graphic. * */
+/* * contains all volatile data necessary to process the network graphic. * */
/* * * */
/* ************************************************************************** */
@@ -594,7 +594,7 @@ typedef struct mng_data_struct {
mng_fptr fDeltagetrow; /* internal delta-proc callbacks */
mng_fptr fDeltaaddrow;
- mng_fptr fDeltatqreplacerow;
+ mng_fptr fDeltareplacerow;
mng_fptr fDeltaputrow;
mng_uint16 iMAGNfromid;