Fix remaining instances of tqStatus embedded in user visible strings

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 52bcc5b20d
commit 59b9e8308d

@ -99,7 +99,7 @@ KABC::AddresseeList GMXXXPort::importContacts( const TQString& ) const
typedef TQMap<TQString, KABC::Addressee *> AddressMap;
AddressMap addrMap;
// "Address_id,Nickname,Firstname,Lastname,Title,Birthday,Comments,Change_date,tqStatus,Address_link_id,Categories"
// "Address_id,Nickname,Firstname,Lastname,Title,Birthday,Comments,Change_date,Status,Address_link_id,Categories"
line = gmxStream.readLine();
while (!line.startsWith("####") && !gmxStream.atEnd()) {
while (1) {
@ -264,7 +264,7 @@ void GMXXXPort::doExport( TQFile *fp, const KABC::AddresseeList &list )
t << "AB_ADDRESSES:\n";
t << "Address_id,Nickname,Firstname,Lastname,Title,Birthday,Comments,"
"Change_date,tqStatus,Address_link_id,Categories\n";
"Change_date,Status,Address_link_id,Categories\n";
int no = 0;
const TQChar DELIM('#');
@ -288,7 +288,7 @@ void GMXXXPort::doExport( TQFile *fp, const KABC::AddresseeList &list )
t << "AB_ADDRESS_RECORDS:\n";
t << "Address_id,Record_id,Street,Country,Zipcode,City,Phone,Fax,Mobile,"
"Mobile_type,Email,Homepage,Position,Comments,Record_type_id,Record_type,"
"Company,Department,Change_date,Preferred,tqStatus\n";
"Company,Department,Change_date,Preferred,Status\n";
no = 1;
while ( (addr = addrMap[no]) != NULL ) {

@ -1216,7 +1216,7 @@ void KateTemplateManager::slotRemoveTemplate()
// for this template, so the template is installable again.
// ### This assumes that the knewstuff name is similar to the template name.
kdDebug()<<"trying to remove knewstuff key '"<<item->templateinfo->tmplate<<"'"<<endl;
config->setGroup("KNewStufftqStatus");
config->setGroup("KNewStuffStatus");
config->deleteEntry( item->templateinfo->tmplate );

@ -310,7 +310,7 @@ int KsCDInterface::playingtqStatus()
TQByteArray data, replyData;
TQCString replyType;
if (kapp->dcopClient()->call(mAppId, "CDPlayer", "gettqStatus()", data, replyType,
if (kapp->dcopClient()->call(mAppId, "CDPlayer", "getStatus()", data, replyType,
replyData))
{
int status = 0;

Loading…
Cancel
Save