summaryrefslogtreecommitdiffstats
path: root/src/gvcore/mngformattype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/mngformattype.cpp')
-rw-r--r--src/gvcore/mngformattype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/mngformattype.cpp b/src/gvcore/mngformattype.cpp
index f94f475..f613f05 100644
--- a/src/gvcore/mngformattype.cpp
+++ b/src/gvcore/mngformattype.cpp
@@ -161,7 +161,7 @@ public:
mng_int32 iExtra2,
mng_pchar zErrortext )
{
- qWarning("MNG error %d: %s; chunk %c%c%c%c; subcode %d:%d",
+ tqWarning("MNG error %d: %s; chunk %c%c%c%c; subcode %d:%d",
iErrorcode,zErrortext,
(iChunkname>>24)&0xff,
(iChunkname>>16)&0xff,
@@ -505,7 +505,7 @@ void gvInitMngIO()
done = TRUE;
#ifndef TQT_NO_ASYNC_IMAGE_IO
globalMngFormatTypeObject = new MNGFormatType;
- qAddPostRoutine( gvCleanupMngIO );
+ tqAddPostRoutine( gvCleanupMngIO );
#endif
}
}