From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- src/tools/qdir_unix.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tools/qdir_unix.cpp') diff --git a/src/tools/qdir_unix.cpp b/src/tools/qdir_unix.cpp index 65a745c..5c0c393 100644 --- a/src/tools/qdir_unix.cpp +++ b/src/tools/qdir_unix.cpp @@ -142,7 +142,7 @@ bool QDir::rename( const QString &name, const QString &newName, { if ( name.isEmpty() || newName.isEmpty() ) { #if defined(QT_CHECK_NULL) - tqWarning( "QDir::rename: Empty or null file name(s)" ); + qWarning( "QDir::rename: Empty or null file name(s)" ); #endif return FALSE; } @@ -178,11 +178,11 @@ QString QDir::currentDirPath() #endif /* __GLIBC__ && !PATH_MAX */ #if defined(QT_DEBUG) if ( result.isNull() ) - tqWarning( "QDir::currentDirPath: getcwd() failed" ); + qWarning( "QDir::currentDirPath: getcwd() failed" ); #endif } else { #if defined(QT_DEBUG) - tqWarning( "QDir::currentDirPath: stat(\".\") failed" ); + qWarning( "QDir::currentDirPath: stat(\".\") failed" ); #endif } slashify( result ); @@ -269,7 +269,7 @@ bool QDir::readDirEntries( const QString &nameFilter, } if ( closedir(dir) != 0 ) { #if defined(QT_CHECK_NULL) - tqWarning( "QDir::readDirEntries: Cannot close the directory: %s", + qWarning( "QDir::readDirEntries: Cannot close the directory: %s", dPath.local8Bit().data() ); #endif } -- cgit v1.2.1