summaryrefslogtreecommitdiffstats
path: root/src/tools/qlibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlibrary.cpp')
-rw-r--r--src/tools/qlibrary.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qlibrary.cpp b/src/tools/qlibrary.cpp
index 9f18b9c..2f5b13c 100644
--- a/src/tools/qlibrary.cpp
+++ b/src/tools/qlibrary.cpp
@@ -342,13 +342,13 @@ bool QLibrary::unload()
#if !defined(QT_NO_LIBRARY_UNLOAD)
if ( !d->freeLibrary() ) {
# if defined(QT_DEBUG_COMPONENT)
- qWarning( "%s could not be unloaded", (const char*) QFile::encodeName(library()) );
+ tqWarning( "%s could not be unloaded", (const char*) QFile::encodeName(library()) );
# endif
return FALSE;
}
# if defined(QT_DEBUG_COMPONENT) && QT_DEBUG_COMPONENT == 2
- qWarning( "%s has been unloaded", (const char*) QFile::encodeName(library()) );
+ tqWarning( "%s has been unloaded", (const char*) QFile::encodeName(library()) );
# endif
d->pHnd = 0;
#endif