From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- libtdepim/kaddrbook.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libtdepim/kaddrbook.cpp') diff --git a/libtdepim/kaddrbook.cpp b/libtdepim/kaddrbook.cpp index 7854be1d..230f4ef4 100644 --- a/libtdepim/kaddrbook.cpp +++ b/libtdepim/kaddrbook.cpp @@ -74,7 +74,7 @@ void KAddrBookExternal::openEmail( const TQString &addr, TQWidget *parent ) { //TODO: Enable the better message at the next string unfreeze #if 0 TQString text = i18n("The email address %1 cannot be " - "found in your addressbook.").tqarg( email ); + "found in your addressbook.").arg( email ); #else TQString text = email + " " + i18n( "is not in address book" ); #endif @@ -150,12 +150,12 @@ void KAddrBookExternal::addEmail( const TQString& addr, TQWidget *parent) { if ( KAddrBookExternal::addAddressee( a ) ) { TQString text = i18n("The email address %1 was added to your " "addressbook; you can add more information to this " - "entry by opening the addressbook.").tqarg( addr ); + "entry by opening the addressbook.").arg( addr ); KMessageBox::information( parent, text, TQString(), "addedtokabc" ); } } else { TQString text = i18n("The email address %1 is already in your " - "addressbook.").tqarg( addr ); + "addressbook.").arg( addr ); KMessageBox::information( parent, text, TQString(), "alreadyInAddressBook" ); } -- cgit v1.2.3