diff options
Diffstat (limited to 'kmymoney2/widgets/registeritem.h')
-rw-r--r-- | kmymoney2/widgets/registeritem.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/widgets/registeritem.h b/kmymoney2/widgets/registeritem.h index 7c3e5b1..a5d6dbc 100644 --- a/kmymoney2/widgets/registeritem.h +++ b/kmymoney2/widgets/registeritem.h @@ -19,14 +19,14 @@ #define REGISTERITEM_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqdatetime.h> #include <tqpainter.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes @@ -46,8 +46,8 @@ typedef enum { typedef enum { ActionNone = -1, ActionCheck = 0, - /* these should be values which qt 3.3 never uses for TQTab: - * qt starts upwards from 0 + /* these should be values which tqt never uses for TQTab: + * tqt starts upwards from 0 */ ActionDeposit = 12201, ActionTransfer = 12202, |