summaryrefslogtreecommitdiffstats
path: root/kio/kioexec
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kioexec')
-rw-r--r--kio/kioexec/main.cpp2
-rw-r--r--kio/kioexec/main.h2
2 files changed, 2 insertions, 2 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 ) )
{
diff --git a/kio/kioexec/main.h b/kio/kioexec/main.h
index 59f1cdac2..6a5dee65e 100644
--- a/kio/kioexec/main.h
+++ b/kio/kioexec/main.h
@@ -8,7 +8,7 @@
namespace KIO { class Job; }
-class KIOExec : public QObject
+class KIOExec : public TQObject
{
Q_OBJECT
public: