diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:23:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:23:24 -0600 |
commit | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (patch) | |
tree | fb31321c80b12ee8e2237bdcf8c228fe44e67772 /kplato/kptaccountsview.cc | |
parent | fe33d391dd7c9da0f83e779344a17e2e445b70a8 (diff) | |
download | koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.tar.gz koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kplato/kptaccountsview.cc')
-rw-r--r-- | kplato/kptaccountsview.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptaccountsview.cc b/kplato/kptaccountsview.cc index d2a38927..2527b5fe 100644 --- a/kplato/kptaccountsview.cc +++ b/kplato/kptaccountsview.cc @@ -90,7 +90,7 @@ AccountsView::AccountItem::AccountItem(TQString text, Account *a, TQListViewItem void AccountsView::AccountItem::add(int col, const TQDate &date, const EffortCost &ec) { EffortCost &cm = costMap.add(date, ec); if (m_slaveItem) - m_slaveItem->setText(col, KGlobal::locale()->formatMoney(cm.cost(), "", 0)); + m_slaveItem->setText(col, TDEGlobal::locale()->formatMoney(cm.cost(), "", 0)); } AccountsView::AccountsView(Project &project, View *view, TQWidget *parent) @@ -209,7 +209,7 @@ void AccountsView::slotUpdate() { //kdDebug()<<k_funcinfo<<endl; TQApplication::setOverrideCursor(TQt::waitCursor); createPeriods(); - KLocale *locale = KGlobal::locale(); + KLocale *locale = TDEGlobal::locale(); const KCalendarSystem *cal = locale->calendar(); TQString t; |