diff options
Diffstat (limited to 'kmymoney2/reports/pivotgrid.cpp')
-rw-r--r-- | kmymoney2/reports/pivotgrid.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/reports/pivotgrid.cpp b/kmymoney2/reports/pivotgrid.cpp index bc09339..2fcf247 100644 --- a/kmymoney2/reports/pivotgrid.cpp +++ b/kmymoney2/reports/pivotgrid.cpp @@ -21,7 +21,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlayout.h> #include <tqdatetime.h> #include <tqregexp.h> @@ -34,7 +34,7 @@ #include <tqdom.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // This is just needed for i18n() and weekStartDay(). // Once I figure out how to handle i18n // without using this macro directly, I'll be freed of KDE dependency. This |