diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | b2c404b5401fd2a0220ab82ef236557a5fd5c20b (patch) | |
tree | 280658baf1d56ed59923dc12499d69e138414fb0 /kmymoney2/widgets/transaction.cpp | |
parent | 52226ceb7d3dc1d174935465c3c767efd9998bcd (diff) | |
download | kmymoney-b2c404b5401fd2a0220ab82ef236557a5fd5c20b.tar.gz kmymoney-b2c404b5401fd2a0220ab82ef236557a5fd5c20b.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/widgets/transaction.cpp')
-rw-r--r-- | kmymoney2/widgets/transaction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/transaction.cpp b/kmymoney2/widgets/transaction.cpp index c56e4d1..5811a8c 100644 --- a/kmymoney2/widgets/transaction.cpp +++ b/kmymoney2/widgets/transaction.cpp @@ -1067,7 +1067,7 @@ bool StdTransaction::formCellText(TQString& txt, int& align, int row, int col, T switch(col) { case LabelColumn2: align |= TQt::AlignLeft; - txt = i18n("tqStatus"); + txt = i18n("Status"); break; case ValueColumn2: @@ -1667,7 +1667,7 @@ bool InvestTransaction::formCellText(TQString& txt, int& align, int row, int col switch(col) { case LabelColumn2: align |= TQt::AlignLeft; - txt = i18n("tqStatus"); + txt = i18n("Status"); break; case ValueColumn2: |