diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 12:33:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-10 21:32:57 +0900 |
commit | 5123998ab7e3b86776f6f894954865f764c37362 (patch) | |
tree | be447d963c1f380817258573fe842c56f54346f9 /kmymoney2/mymoney/storage | |
parent | 970832ef00f193e4a74a114151b0003f17d79656 (diff) | |
download | kmymoney-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/storage')
-rw-r--r-- | kmymoney2/mymoney/storage/imymoneyserialize.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/imymoneystorage.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/imymoneystorageformat.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneydatabasemgr.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystorageanon.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystorageanon.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragebin.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragedump.cpp | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragedump.h | 2 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragesql.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragesql.h | 6 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragexml.cpp | 4 | ||||
-rw-r--r-- | kmymoney2/mymoney/storage/mymoneystoragexml.h | 2 |
14 files changed, 19 insertions, 19 deletions
diff --git a/kmymoney2/mymoney/storage/imymoneyserialize.h b/kmymoney2/mymoney/storage/imymoneyserialize.h index 3132747..5b6af76 100644 --- a/kmymoney2/mymoney/storage/imymoneyserialize.h +++ b/kmymoney2/mymoney/storage/imymoneyserialize.h @@ -24,7 +24,7 @@ #define IMYMONEYSERIALIZE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqvaluelist.h> diff --git a/kmymoney2/mymoney/storage/imymoneystorage.h b/kmymoney2/mymoney/storage/imymoneystorage.h index 1053e6b..6ff1544 100644 --- a/kmymoney2/mymoney/storage/imymoneystorage.h +++ b/kmymoney2/mymoney/storage/imymoneystorage.h @@ -24,7 +24,7 @@ #define IMYMONEYSTORAGE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqbitarray.h> diff --git a/kmymoney2/mymoney/storage/imymoneystorageformat.h b/kmymoney2/mymoney/storage/imymoneystorageformat.h index 6a7046f..081ae6b 100644 --- a/kmymoney2/mymoney/storage/imymoneystorageformat.h +++ b/kmymoney2/mymoney/storage/imymoneystorageformat.h @@ -29,7 +29,7 @@ */ // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes class TQString; class TQIODevice; diff --git a/kmymoney2/mymoney/storage/mymoneydatabasemgr.h b/kmymoney2/mymoney/storage/mymoneydatabasemgr.h index 4432222..e2bca56 100644 --- a/kmymoney2/mymoney/storage/mymoneydatabasemgr.h +++ b/kmymoney2/mymoney/storage/mymoneydatabasemgr.h @@ -19,7 +19,7 @@ #define MYMONEYDATABASEMGR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h index 158a9d5..291f723 100644 --- a/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h +++ b/kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h @@ -24,7 +24,7 @@ #define MYMONEYSEQACCESSMGR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/mymoney/storage/mymoneystorageanon.cpp b/kmymoney2/mymoney/storage/mymoneystorageanon.cpp index a639bda..bf54a3b 100644 --- a/kmymoney2/mymoney/storage/mymoneystorageanon.cpp +++ b/kmymoney2/mymoney/storage/mymoneystorageanon.cpp @@ -26,14 +26,14 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqfile.h> #include <tqdom.h> #include <tqmap.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/mymoney/storage/mymoneystorageanon.h b/kmymoney2/mymoney/storage/mymoneystorageanon.h index 5919220..5dd96ab 100644 --- a/kmymoney2/mymoney/storage/mymoneystorageanon.h +++ b/kmymoney2/mymoney/storage/mymoneystorageanon.h @@ -25,7 +25,7 @@ #define MYMONEYSTORAGEANON_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // #include <tqdom.h> // #include <tqdatastream.h> diff --git a/kmymoney2/mymoney/storage/mymoneystoragebin.h b/kmymoney2/mymoney/storage/mymoneystoragebin.h index 6ef7e20..a54cdce 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragebin.h +++ b/kmymoney2/mymoney/storage/mymoneystoragebin.h @@ -24,7 +24,7 @@ #define MYMONEYSTORAGEBIN_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/mymoney/storage/mymoneystoragedump.cpp b/kmymoney2/mymoney/storage/mymoneystoragedump.cpp index 269d740..f81e363 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragedump.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragedump.cpp @@ -25,7 +25,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqdatetime.h> diff --git a/kmymoney2/mymoney/storage/mymoneystoragedump.h b/kmymoney2/mymoney/storage/mymoneystoragedump.h index 3f7f33a..dd53dab 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragedump.h +++ b/kmymoney2/mymoney/storage/mymoneystoragedump.h @@ -24,7 +24,7 @@ #define MYMONEYSTORAGEDUMP_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqdatastream.h> diff --git a/kmymoney2/mymoney/storage/mymoneystoragesql.cpp b/kmymoney2/mymoney/storage/mymoneystoragesql.cpp index 90a748f..6aa0c43 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragesql.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragesql.cpp @@ -30,7 +30,7 @@ #include <numeric> // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqdatetime.h> @@ -40,7 +40,7 @@ #include <tqsqldriver.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> diff --git a/kmymoney2/mymoney/storage/mymoneystoragesql.h b/kmymoney2/mymoney/storage/mymoneystoragesql.h index 10fcab2..71d3b6c 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragesql.h +++ b/kmymoney2/mymoney/storage/mymoneystoragesql.h @@ -11,7 +11,7 @@ #define MYMONEYSTORAGESQL_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqsqldatabase.h> #include <tqsqlquery.h> @@ -20,7 +20,7 @@ class TQIODevice; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kurl.h> #include <ksharedptr.h> @@ -107,7 +107,7 @@ class MyMoneyDbDrivers { public: MyMoneyDbDrivers (); /** - * @return a list ofsupported TQt database driver types, their qt names and useful names + * @return a list of supported TQt database driver types, their tqt names and useful names **/ const TQMap<TQString, TQString> driverMap() const {return (m_driverMap);}; databaseTypeE driverToType (const TQString& driver) const; diff --git a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp index a68515f..1b74d7a 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp @@ -22,7 +22,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqfile.h> #include <tqdom.h> @@ -30,7 +30,7 @@ #include <tqxml.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <kdebug.h> diff --git a/kmymoney2/mymoney/storage/mymoneystoragexml.h b/kmymoney2/mymoney/storage/mymoneystoragexml.h index 666fc6b..c0eeecc 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragexml.h +++ b/kmymoney2/mymoney/storage/mymoneystoragexml.h @@ -21,7 +21,7 @@ #define MYMONEYSTORAGEXML_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqdom.h> #include <tqdatastream.h> |