summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/transactionform.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/widgets/transactionform.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/widgets/transactionform.cpp')
-rw-r--r--kmymoney2/widgets/transactionform.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/widgets/transactionform.cpp b/kmymoney2/widgets/transactionform.cpp
index 9d4d4ce..753c7a8 100644
--- a/kmymoney2/widgets/transactionform.cpp
+++ b/kmymoney2/widgets/transactionform.cpp
@@ -20,7 +20,7 @@
#endif
// ----------------------------------------------------------------------------
-// QT Includes
+// TQt Includes
#include <tqstring.h>
#include <tqpainter.h>
@@ -31,7 +31,7 @@
#include <tqpalette.h>
// ----------------------------------------------------------------------------
-// KDE Includes
+// TDE Includes
#include <tdelocale.h>
#include <tdeglobal.h>
@@ -83,13 +83,13 @@ void TabBar::setCurrentTab(int id)
TQTab* TabBar::tab(int id) const
{
- /* if a TQAccel calls setCurrentTab, id will be as set by qt.
+ /* if a TQAccel calls setCurrentTab, id will be as set by tqt.
* however if we call it programmatically, id will
* be our own id. We do tell TQTab about our id but
* in qt3.3 I (woro) am not able to make sure that
* TQAccel also gets it. See registeritem.h: We defined
* new values for our own ids which should lie way
- * outside of the range that qt uses
+ * outside of the range that tqt uses
*/
TQTab *result=TQTabBar::tab(id);
TQMap<int, int>::const_iterator it;