summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/wscl/interaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/wscl/interaction.cpp')
-rw-r--r--kode/kwsdl/wscl/interaction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kwsdl/wscl/interaction.cpp b/kode/kwsdl/wscl/interaction.cpp
index ff88408a..78db369c 100644
--- a/kode/kwsdl/wscl/interaction.cpp
+++ b/kode/kwsdl/wscl/interaction.cpp
@@ -32,12 +32,12 @@ Interaction::~Interaction()
{
}
-void Interaction::setId( const QString &id )
+void Interaction::setId( const TQString &id )
{
mId = id;
}
-QString Interaction::id() const
+TQString Interaction::id() const
{
return mId;
}