diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:20:30 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:20:30 -0500 |
commit | 2943dd3424f5363483d65eb10d0cae34bd2051c7 (patch) | |
tree | ad1535e913d633aa51849390e45fae71280a5011 /kmymoney2/widgets/kmymoneycalculator.h | |
parent | 9485ffbe6ee7a34abcf18b6f97d519949970f1a5 (diff) | |
download | kmymoney-2943dd3424f5363483d65eb10d0cae34bd2051c7.tar.gz kmymoney-2943dd3424f5363483d65eb10d0cae34bd2051c7.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kmymoney2/widgets/kmymoneycalculator.h')
-rw-r--r-- | kmymoney2/widgets/kmymoneycalculator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kmymoneycalculator.h b/kmymoney2/widgets/kmymoneycalculator.h index 3eaf055..a73b13a 100644 --- a/kmymoney2/widgets/kmymoneycalculator.h +++ b/kmymoney2/widgets/kmymoneycalculator.h @@ -222,7 +222,7 @@ private: /* 0-9 are used by digits */ COMMA = 10, /* - * make sure, that PLUS through ETQUAL remain in + * make sure, that PLUS through EQUAL remain in * the order they are. Otherwise, check the calculation * signal mapper */ @@ -230,7 +230,7 @@ private: MINUS, SLASH, STAR, - ETQUAL, + EQUAL, PLUSMINUS, PERCENT, CLEAR, |