summaryrefslogtreecommitdiffstats
path: root/kmymoney2/kmymoneyutils.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit902ba103f2215bcefa22d62b1c9138aa4b88891c (patch)
tree63ef88424b9be33a31e5a8de61343fb8d7633937 /kmymoney2/kmymoneyutils.h
parent7e51b6d5ddc01fc3bc69f30bc5d3933a7709dbf2 (diff)
downloadkmymoney-902ba103f2215bcefa22d62b1c9138aa4b88891c.tar.gz
kmymoney-902ba103f2215bcefa22d62b1c9138aa4b88891c.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/kmymoneyutils.h')
-rw-r--r--kmymoney2/kmymoneyutils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/kmymoneyutils.h b/kmymoney2/kmymoneyutils.h
index c6054e5..1587a3a 100644
--- a/kmymoney2/kmymoneyutils.h
+++ b/kmymoney2/kmymoneyutils.h
@@ -50,11 +50,11 @@ class KMyMoneyUtils
{
public:
/**
- * This enum is used to describe the bits of an account type filter tqmask.
+ * This enum is used to describe the bits of an account type filter mask.
* Each bit is used to define a specific account class. Multiple classes
* can be specified by OR'ing multiple entries. The special entry @p last
- * marks the left most bit in the tqmask and is used by scanners of this
- * bittqmask to determine the end of processing.
+ * marks the left most bit in the mask and is used by scanners of this
+ * bitmask to determine the end of processing.
*/
enum categoryTypeE {
none = 0x00, ///< no account class selected
@@ -63,7 +63,7 @@ public:
expense = 0x04, ///< expense accounts selected
income = 0x08, ///< income accounts selected
equity = 0x10, ///< equity accounts selected
- last = 0x20 ///< the leftmost bit in the tqmask
+ last = 0x20 ///< the leftmost bit in the mask
};
enum transactionTypeE {