summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:33:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-11-07 22:33:37 -0600
commitc4f43322e81b251e6562a38ca7bfa9efbe68e3a3 (patch)
treeece668e89ca9964016e3f52921a358bec3eab93d /kmymoney2/mymoney
parent9a456f13be85dba34f50b581288e6a5afada3608 (diff)
downloadkmymoney-c4f43322e81b251e6562a38ca7bfa9efbe68e3a3.tar.gz
kmymoney-c4f43322e81b251e6562a38ca7bfa9efbe68e3a3.zip
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'kmymoney2/mymoney')
-rw-r--r--kmymoney2/mymoney/mymoneytransactionfilter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/mymoney/mymoneytransactionfilter.h b/kmymoney2/mymoney/mymoneytransactionfilter.h
index 50226cf..5c16968 100644
--- a/kmymoney2/mymoney/mymoneytransactionfilter.h
+++ b/kmymoney2/mymoney/mymoneytransactionfilter.h
@@ -54,7 +54,7 @@ class KMYMONEY_EXPORT MyMoneyTransactionFilter
{
public:
// Make sure to keep the following enum valus in sync with the values
- // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.ui)
+ // used by the GUI (for KMyMoney in ktqtfindtransactiondlgdecl.ui)
enum typeOptionE {
allTypes = 0,
payments,
@@ -65,7 +65,7 @@ public:
};
// Make sure to keep the following enum valus in sync with the values
- // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.ui)
+ // used by the GUI (for KMyMoney in ktqtfindtransactiondlgdecl.ui)
enum stateOptionE {
allStates = 0,
notReconciled,
@@ -77,7 +77,7 @@ public:
};
// Make sure to keep the following enum valus in sync with the values
- // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.ui)
+ // used by the GUI (for KMyMoney in ktqtfindtransactiondlgdecl.ui)
enum validityOptionE {
anyValidity = 0,
valid,
@@ -87,7 +87,7 @@ public:
};
// Make sure to keep the following enum valus in sync with the values
- // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.ui)
+ // used by the GUI (for KMyMoney in ktqtfindtransactiondlgdecl.ui)
enum dateOptionE {
allDates = 0,
asOfToday,