diff options
author | Slávek Banko <[email protected]> | 2013-11-08 08:57:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-11-08 08:57:06 +0100 |
commit | bd16154f8f386f519c17f404ecb44eb56c959026 (patch) | |
tree | c05456f3f210bf4bf995cb6ee2d6d2484cb85928 /kmymoney2/mymoney/mymoneytransactionfilter.h | |
parent | c4f43322e81b251e6562a38ca7bfa9efbe68e3a3 (diff) | |
download | kmymoney-bd16154f8f386f519c17f404ecb44eb56c959026.tar.gz kmymoney-bd16154f8f386f519c17f404ecb44eb56c959026.zip |
Fix unintended renaming
Diffstat (limited to 'kmymoney2/mymoney/mymoneytransactionfilter.h')
-rw-r--r-- | kmymoney2/mymoney/mymoneytransactionfilter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/mymoney/mymoneytransactionfilter.h b/kmymoney2/mymoney/mymoneytransactionfilter.h index 5c16968..50226cf 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 ktqtfindtransactiondlgdecl.ui) + // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.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 ktqtfindtransactiondlgdecl.ui) + // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.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 ktqtfindtransactiondlgdecl.ui) + // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.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 ktqtfindtransactiondlgdecl.ui) + // used by the GUI (for KMyMoney in kfindtransactiondlgdecl.ui) enum dateOptionE { allDates = 0, asOfToday, |