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/plugins/ofximport/ofximporterplugin.cpp | |
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/plugins/ofximport/ofximporterplugin.cpp')
-rw-r--r-- | kmymoney2/plugins/ofximport/ofximporterplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp index 148d81e..ddbb321 100644 --- a/kmymoney2/plugins/ofximport/ofximporterplugin.cpp +++ b/kmymoney2/plugins/ofximport/ofximporterplugin.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqfile.h> #include <tqtextstream.h> @@ -29,7 +29,7 @@ #include <tqdatetimeedit.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kgenericfactory.h> #include <kdebug.h> |