diff options
Diffstat (limited to 'kio/kioexec/main.cpp')
-rw-r--r-- | kio/kioexec/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kioexec/main.cpp b/kio/kioexec/main.cpp index e444ebd46..88f7d3059 100644 --- a/kio/kioexec/main.cpp +++ b/kio/kioexec/main.cpp @@ -244,7 +244,7 @@ void KIOExec::slotRunApp() i18n( "The file\n%1\nhas been modified.\nDo you want to upload the changes?" ).arg(dest.prettyURL()), i18n( "File Changed" ), i18n("Upload"), i18n("Do Not Upload") ) == KMessageBox::Yes ) { - kdDebug() << TQString("src='%1' dest='%2'").arg(src).arg(dest.url()).ascii() << endl; + kdDebug() << TQString(TQString("src='%1' dest='%2'").arg(src).arg(dest.url())).ascii() << endl; // Do it the synchronous way. if ( !KIO::NetAccess::upload( src, dest, 0 ) ) { |