From 45971e65a6114fbd1f91ae354da485450001166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:44 +0200 Subject: Additional k => tde renaming and fixes --- kopete/libkopete/kopeteprotocol.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kopete/libkopete/kopeteprotocol.cpp') diff --git a/kopete/libkopete/kopeteprotocol.cpp b/kopete/libkopete/kopeteprotocol.cpp index b0758128..6a2d3279 100644 --- a/kopete/libkopete/kopeteprotocol.cpp +++ b/kopete/libkopete/kopeteprotocol.cpp @@ -194,7 +194,7 @@ void Protocol::slotMetaContactAboutToSave( MetaContact *metaContact ) // The Unicode chars E000-F800 are non-printable and reserved for // private use in applications. For more details, see also // http://www.unicode.org/charts/PDF/UE000.pdf. - // Inside libkabc the use of TQChar( 0xE000 ) has been standardized + // Inside libtdeabc the use of TQChar( 0xE000 ) has been standardized // as separator for the string lists, use this also for the 'normal' // serialized data. if( serializedData.contains( it.key() ) ) @@ -222,9 +222,9 @@ void Protocol::slotMetaContactAboutToSave( MetaContact *metaContact ) // FIXME: This is a terrible hack to check the key name for the phrase "messaging/" // to indicate what app name to use, but for now it's by far the easiest // way to get this working. - // Once all this is in CVS and the actual storage in libkabc is working + // Once all this is in CVS and the actual storage in libtdeabc is working // we can devise a better API, but with the constantly changing - // requirements every time I learn more about kabc I'd better no touch + // requirements every time I learn more about tdeabc I'd better no touch // the API yet - Martijn if( it.key().startsWith( TQString::fromLatin1( "messaging/" ) ) ) { @@ -283,12 +283,12 @@ void Protocol::deserialize( MetaContact *metaContact, const TQMap ad; - TQStringList kabcFields = addressBookFields(); - for( TQStringList::Iterator fieldIt = kabcFields.begin(); fieldIt != kabcFields.end(); ++fieldIt ) + TQStringList tdeabcFields = addressBookFields(); + for( TQStringList::Iterator fieldIt = tdeabcFields.begin(); fieldIt != tdeabcFields.end(); ++fieldIt ) { // FIXME: This hack is even more ugly, and has the same reasons as the similar // hack in the serialize code. - // Once this code is actually capable of talking to kabc this hack + // Once this code is actually capable of talking to tdeabc this hack // should be removed ASAP! - Martijn if( ( *fieldIt ).startsWith( TQString::fromLatin1( "messaging/" ) ) ) ad[ *fieldIt ] = metaContact->addressBookField( this, *fieldIt, TQString::fromLatin1( "All" ) ); -- cgit v1.2.1