diff options
Diffstat (limited to 'korn/dcopdrop.cpp')
-rw-r--r-- | korn/dcopdrop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/dcopdrop.cpp b/korn/dcopdrop.cpp index aea90103e..407a6ff06 100644 --- a/korn/dcopdrop.cpp +++ b/korn/dcopdrop.cpp @@ -159,10 +159,10 @@ int DCOPDrop::addMessage( const TQString& subject, const TQString& message ) ++_counter; mailsubject->setSubject( subject ); - mailsubject->setSender( TQString( "DCOP: %1" ).tqarg( *_name ) ); + mailsubject->setSender( TQString( "DCOP: %1" ).arg( *_name ) ); mailsubject->setHeader( message, true ); mailsubject->setSize( message.length() ); - mailsubject->setDate( TQDateTime::tqcurrentDateTime().toTime_t() ); + mailsubject->setDate( TQDateTime::currentDateTime().toTime_t() ); _msgList->insert( id->getId(), mailsubject ); |