summaryrefslogtreecommitdiffstats
path: root/korn/dcopdropif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dcopdropif.cpp')
-rw-r--r--korn/dcopdropif.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/dcopdropif.cpp b/korn/dcopdropif.cpp
index 70916145..94c16ca2 100644
--- a/korn/dcopdropif.cpp
+++ b/korn/dcopdropif.cpp
@@ -30,12 +30,12 @@ DCOPDropInterface::~DCOPDropInterface()
{
}
-void DCOPDropInterface::changeName( const QString& name )
+void DCOPDropInterface::changeName( const TQString& name )
{
this->setObjId( name.utf8() );
}
-int DCOPDropInterface::addMessage( const QString& subject, const QString& message )
+int DCOPDropInterface::addMessage( const TQString& subject, const TQString& message )
{
return _drop->addMessage( subject, message );
}