summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/stealthtask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/stealthtask.cpp')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/stealthtask.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/stealthtask.cpp b/kopete/protocols/yahoo/libkyahoo/stealthtask.cpp
index 89474ab4..6eba854a 100644
--- a/kopete/protocols/yahoo/libkyahoo/stealthtask.cpp
+++ b/kopete/protocols/yahoo/libkyahoo/stealthtask.cpp
@@ -19,7 +19,7 @@
#include "ymsgtransfer.h"
#include "yahootypes.h"
#include "client.h"
-#include <qstring.h>
+#include <tqstring.h>
StealthTask::StealthTask(Task* parent) : Task(parent)
{
@@ -65,7 +65,7 @@ void StealthTask::onGo()
setSuccess();
}
-void StealthTask::setTarget( const QString &to )
+void StealthTask::setTarget( const TQString &to )
{
m_target = to;
}