diff options
Diffstat (limited to 'kode/kwsdl/wscl/interaction.cpp')
-rw-r--r-- | kode/kwsdl/wscl/interaction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kwsdl/wscl/interaction.cpp b/kode/kwsdl/wscl/interaction.cpp index ff88408a9..78db369c6 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; } |