Fix remaining instances of tqStatus embedded in user visible strings

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent b2c404b540
commit f42d56d07c

@ -1034,7 +1034,7 @@ void convertertest::QuoteReceiver::slotGetQuote(const TQString&,const TQDate& d,
}
void convertertest::QuoteReceiver::slottqStatus(const TQString& msg)
{
// kdDebug(2) << "test::QuoteReceiver::slottqStatus( " << msg << " )" << endl;
// kdDebug(2) << "test::QuoteReceiver::slotStatus( " << msg << " )" << endl;
m_statuses += msg;
}

@ -1888,7 +1888,7 @@ void KHomeView::showCashFlowSummary()
//income and expense title
m_part->write("<tr class=\"itemtitle\">");
m_part->write("<td class=\"left\" colspan=\"4\">");
m_part->write(i18n("Cash Flow tqStatus"));
m_part->write(i18n("Cash Flow Status"));
m_part->write("</td></tr>");
//column titles
m_part->write("<tr class=\"item\">");

@ -1117,7 +1117,7 @@ void KReportsView::defaultReports(TQValueList<ReportGroup>& groups)
MyMoneyReport::eTQCnumber|MyMoneyReport::eTQCpayee|MyMoneyReport::eTQCcategory|MyMoneyReport::eTQCbalance,
MyMoneyTransactionFilter::last3Months,
MyMoneyReport::eDetailAll,
i18n("Transactions by Reconciliation tqStatus"),
i18n("Transactions by Reconciliation Status"),
i18n("Default Report")
));
groups.push_back(list);

Loading…
Cancel
Save