From 9fae0887708c35fc8ad295a03417c07feeb653dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:39:24 -0600 Subject: Remove additional unneeded tq method conversions --- tar/tar.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tar/tar.cc') diff --git a/tar/tar.cc b/tar/tar.cc index 74b0a3d..26a51fe 100644 --- a/tar/tar.cc +++ b/tar/tar.cc @@ -79,7 +79,7 @@ void ArchiveProtocol::put( const KURL& url, int, bool, bool resume ){ if( !m_archiveFile->prepareWriting(filename,user,group,size) ){ error(ERR_UNSUPPORTED_ACTION, - i18n("Writing to %1 is not supported").tqarg(filename) ); + i18n("Writing to %1 is not supported").arg(filename) ); return; } while( (temp=buffer.dequeue()) ){ @@ -259,7 +259,7 @@ void ArchiveProtocol::listDir( const KURL & url ) { const KArchiveDirectory* root = m_archiveFile->directory(); const KArchiveDirectory* dir; if ( !path.isEmpty() && path != "/" ) { - kdDebug( 7109 ) << TQString( "Looking for entry %1" ).tqarg( path ) << endl; + kdDebug( 7109 ) << TQString( "Looking for entry %1" ).arg( path ) << endl; const KArchiveEntry* e = root->entry( path ); if ( !e ) { error( KIO::ERR_DOES_NOT_EXIST, url.prettyURL() ); -- cgit v1.2.1