summaryrefslogtreecommitdiffstats
path: root/korn/dcopdropif.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dcopdropif.h')
-rw-r--r--korn/dcopdropif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/dcopdropif.h b/korn/dcopdropif.h
index a041ab05..9e755ac6 100644
--- a/korn/dcopdropif.h
+++ b/korn/dcopdropif.h
@@ -46,7 +46,7 @@ public:
*
* @param name The new name of this dcop interface.
*/
- void changeName( const QString& name );
+ void changeName( const TQString& name );
k_dcop:
/**
* This function adds a message to list of new messages.
@@ -55,7 +55,7 @@ k_dcop:
* @param message The body of the message
* @return The id which this message got
*/
- int addMessage( const QString& subject, const QString& message );
+ int addMessage( const TQString& subject, const TQString& message );
/**
* This function removes a message from the list of new messages.
*