diff options
author | Michele Calgaro <[email protected]> | 2024-03-09 12:33:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-10 19:19:23 +0900 |
commit | 41c1fd1fc0486eb29655f220b412867c173ac059 (patch) | |
tree | d6db30543864a393c4987bc160ecdcfe144ed24f /kmymoney2/reports | |
parent | ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b (diff) | |
download | kmymoney-41c1fd1fc0486eb29655f220b412867c173ac059.tar.gz kmymoney-41c1fd1fc0486eb29655f220b412867c173ac059.zip |
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmymoney2/reports')
-rw-r--r-- | kmymoney2/reports/kreportchartview.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/kreportchartview.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/listtable.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/listtable.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/objectinfotable.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/objectinfotable.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/pivotgrid.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/pivotgrid.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/pivottable.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/pivottable.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/querytable.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/querytable.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/reportaccount.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/reports/reportaccount.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/reportdebug.h | 4 | ||||
-rw-r--r-- | kmymoney2/reports/reporttable.h | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/kmymoney2/reports/kreportchartview.cpp b/kmymoney2/reports/kreportchartview.cpp index cf2f432..9299b86 100644 --- a/kmymoney2/reports/kreportchartview.cpp +++ b/kmymoney2/reports/kreportchartview.cpp @@ -22,10 +22,10 @@ #ifdef HAVE_KDCHART // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/kreportchartview.h b/kmymoney2/reports/kreportchartview.h index e3f3eff..9167017 100644 --- a/kmymoney2/reports/kreportchartview.h +++ b/kmymoney2/reports/kreportchartview.h @@ -22,10 +22,10 @@ #ifdef HAVE_KDCHART // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // Some STL headers in GCC4.3 contain operator new. Memory checker mangles these #ifdef _CHECK_MEMORY #undef new diff --git a/kmymoney2/reports/listtable.cpp b/kmymoney2/reports/listtable.cpp index 5bfbd95..89897ed 100644 --- a/kmymoney2/reports/listtable.cpp +++ b/kmymoney2/reports/listtable.cpp @@ -22,13 +22,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqvaluelist.h> #include <tqfile.h> #include <tqtextstream.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // This is just needed for i18n(). Once I figure out how to handle i18n // without using this macro directly, I'll be freed of KDE dependency. diff --git a/kmymoney2/reports/listtable.h b/kmymoney2/reports/listtable.h index 1397a93..03295be 100644 --- a/kmymoney2/reports/listtable.h +++ b/kmymoney2/reports/listtable.h @@ -21,12 +21,12 @@ #define LISTTABLE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstringlist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/objectinfotable.cpp b/kmymoney2/reports/objectinfotable.cpp index 033ea4a..74801e4 100644 --- a/kmymoney2/reports/objectinfotable.cpp +++ b/kmymoney2/reports/objectinfotable.cpp @@ -22,13 +22,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqvaluelist.h> #include <tqfile.h> #include <tqtextstream.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // This is just needed for i18n(). Once I figure out how to handle i18n // without using this macro directly, I'll be freed of KDE dependency. diff --git a/kmymoney2/reports/objectinfotable.h b/kmymoney2/reports/objectinfotable.h index 9e8a4f3..4749228 100644 --- a/kmymoney2/reports/objectinfotable.h +++ b/kmymoney2/reports/objectinfotable.h @@ -21,12 +21,12 @@ #define OBJECTINFOTABLE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstringlist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes 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 diff --git a/kmymoney2/reports/pivotgrid.h b/kmymoney2/reports/pivotgrid.h index a2bc725..b553311 100644 --- a/kmymoney2/reports/pivotgrid.h +++ b/kmymoney2/reports/pivotgrid.h @@ -20,13 +20,13 @@ #define PIVOTGRID_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqmap.h> #include <tqvaluelist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/pivottable.cpp b/kmymoney2/reports/pivottable.cpp index 3deb988..c43da66 100644 --- a/kmymoney2/reports/pivottable.cpp +++ b/kmymoney2/reports/pivottable.cpp @@ -22,7 +22,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlayout.h> #include <tqdatetime.h> #include <tqregexp.h> @@ -35,7 +35,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 diff --git a/kmymoney2/reports/pivottable.h b/kmymoney2/reports/pivottable.h index e3b880e..74bfe7f 100644 --- a/kmymoney2/reports/pivottable.h +++ b/kmymoney2/reports/pivottable.h @@ -21,12 +21,12 @@ #define PIVOTTABLE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqmap.h> #include <tqvaluelist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/querytable.cpp b/kmymoney2/reports/querytable.cpp index ccfaab4..899a888 100644 --- a/kmymoney2/reports/querytable.cpp +++ b/kmymoney2/reports/querytable.cpp @@ -28,13 +28,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqvaluelist.h> #include <tqfile.h> #include <tqtextstream.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // This is just needed for i18n(). Once I figure out how to handle i18n // without using this macro directly, I'll be freed of KDE dependency. diff --git a/kmymoney2/reports/querytable.h b/kmymoney2/reports/querytable.h index 3203a06..79c9a23 100644 --- a/kmymoney2/reports/querytable.h +++ b/kmymoney2/reports/querytable.h @@ -27,12 +27,12 @@ #define QUERYTABLE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstringlist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/reportaccount.cpp b/kmymoney2/reports/reportaccount.cpp index 684ffc8..c649459 100644 --- a/kmymoney2/reports/reportaccount.cpp +++ b/kmymoney2/reports/reportaccount.cpp @@ -21,10 +21,10 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // This is just needed for i18n(). Once I figure out how to handle i18n // without using this macro directly, I'll be freed of KDE dependency. This // is a minor problem because we use these terms when rendering to HTML, diff --git a/kmymoney2/reports/reportaccount.h b/kmymoney2/reports/reportaccount.h index e3bf663..4d05f51 100644 --- a/kmymoney2/reports/reportaccount.h +++ b/kmymoney2/reports/reportaccount.h @@ -20,12 +20,12 @@ #define REPORTACCOUNT_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstringlist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/reportdebug.h b/kmymoney2/reports/reportdebug.h index 2e822d0..52edec2 100644 --- a/kmymoney2/reports/reportdebug.h +++ b/kmymoney2/reports/reportdebug.h @@ -20,10 +20,10 @@ #define REPORTDEBUG_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/reports/reporttable.h b/kmymoney2/reports/reporttable.h index 03b73ce..40741cc 100644 --- a/kmymoney2/reports/reporttable.h +++ b/kmymoney2/reports/reporttable.h @@ -19,10 +19,10 @@ #define REPORTTABLE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes |