From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- korganizer/freebusymanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/freebusymanager.cpp') diff --git a/korganizer/freebusymanager.cpp b/korganizer/freebusymanager.cpp index 62c4e6ef..59775f07 100644 --- a/korganizer/freebusymanager.cpp +++ b/korganizer/freebusymanager.cpp @@ -245,7 +245,7 @@ void FreeBusyManager::publishFreeBusy() if ( !targetURL.isValid() ) { KMessageBox::sorry( 0, i18n( "The target URL '%1' provided is invalid." - "" ).tqarg( targetURL.prettyURL() ), i18n("Invalid URL") ); + "" ).arg( targetURL.prettyURL() ), i18n("Invalid URL") ); mBrokenUrl = true; return; } @@ -353,8 +353,8 @@ void FreeBusyManager::slotUploadFreeBusyResult(KIO::Job *_job) "URL '%1'. There might be a problem with the access rights, or " "you specified an incorrect URL. The system said: %2." "
Please check the URL or contact your system administrator." - "" ).tqarg( job->destURL().prettyURL() ) - .tqarg( job->errorString() ) ); + "" ).arg( job->destURL().prettyURL() ) + .arg( job->errorString() ) ); // Delete temp file KURL src = job->srcURL(); Q_ASSERT( src.isLocalFile() ); -- cgit v1.2.3