summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneymoney.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 12:33:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-10 21:32:57 +0900
commit5123998ab7e3b86776f6f894954865f764c37362 (patch)
treebe447d963c1f380817258573fe842c56f54346f9 /kmymoney2/mymoney/mymoneymoney.cpp
parent970832ef00f193e4a74a114151b0003f17d79656 (diff)
downloadkmymoney-5123998ab7e3b86776f6f894954865f764c37362.tar.gz
kmymoney-5123998ab7e3b86776f6f894954865f764c37362.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 41c1fd1fc0486eb29655f220b412867c173ac059)
Diffstat (limited to 'kmymoney2/mymoney/mymoneymoney.cpp')
-rw-r--r--kmymoney2/mymoney/mymoneymoney.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/mymoney/mymoneymoney.cpp b/kmymoney2/mymoney/mymoneymoney.cpp
index b5d8f6d..0da895d 100644
--- a/kmymoney2/mymoney/mymoneymoney.cpp
+++ b/kmymoney2/mymoney/mymoneymoney.cpp
@@ -30,7 +30,7 @@
#endif
// ----------------------------------------------------------------------------
-// QT Includes
+// TQt Includes
#include <tqregexp.h>
@@ -349,7 +349,7 @@ const TQString MyMoneyMoney::toString(void) const
TQDataStream &operator<<(TQDataStream &s, const MyMoneyMoney &_money)
{
// We WILL lose data here if the user has more than 2 billion pounds :-(
- // QT defined it here as long:
+ // TQt defined it here as long:
// qglobal.h:typedef long TQ_INT64;
MyMoneyMoney money = _money.convert(100);