diff options
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h')
-rw-r--r-- | tqtinterface/qt4/src/3rdparty/libmng/libmng_data.h | 6 |
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; |