summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/storage/mymoneystoragesql.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-09 12:33:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-10 19:19:23 +0900
commit41c1fd1fc0486eb29655f220b412867c173ac059 (patch)
treed6db30543864a393c4987bc160ecdcfe144ed24f /kmymoney2/mymoney/storage/mymoneystoragesql.h
parented48a3f80bd140c2d28e9537a7ffc8c2f674a50b (diff)
downloadkmymoney-41c1fd1fc0486eb29655f220b412867c173ac059.tar.gz
kmymoney-41c1fd1fc0486eb29655f220b412867c173ac059.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/mymoney/storage/mymoneystoragesql.h')
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragesql.h6
1 files changed, 3 insertions, 3 deletions
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;