diff options
Diffstat (limited to 'korn/dcopdropif.h')
-rw-r--r-- | korn/dcopdropif.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/dcopdropif.h b/korn/dcopdropif.h index a041ab059..9e755ac69 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. * |