From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- src/tools/qlibrary.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/qlibrary.cpp') diff --git a/src/tools/qlibrary.cpp b/src/tools/qlibrary.cpp index a96e0c068..80a328d8b 100644 --- a/src/tools/qlibrary.cpp +++ b/src/tools/qlibrary.cpp @@ -342,13 +342,13 @@ bool TQLibrary::unload() #if !defined(QT_NO_LIBRARY_UNLOAD) if ( !d->freeLibrary() ) { # if defined(QT_DEBUG_COMPONENT) - qWarning( "%s could not be unloaded", (const char*) TQFile::encodeName(library()) ); + tqWarning( "%s could not be unloaded", (const char*) TQFile::encodeName(library()) ); # endif return FALSE; } # if defined(QT_DEBUG_COMPONENT) && QT_DEBUG_COMPONENT == 2 - qWarning( "%s has been unloaded", (const char*) TQFile::encodeName(library()) ); + tqWarning( "%s has been unloaded", (const char*) TQFile::encodeName(library()) ); # endif d->pHnd = 0; #endif -- cgit v1.2.1