summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/storage
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/mymoney/storage')
-rw-r--r--kmymoney2/mymoney/storage/imymoneyserialize.h2
-rw-r--r--kmymoney2/mymoney/storage/imymoneystorage.h2
-rw-r--r--kmymoney2/mymoney/storage/imymoneystorageformat.h2
-rw-r--r--kmymoney2/mymoney/storage/mymoneydatabasemgr.h2
-rw-r--r--kmymoney2/mymoney/storage/mymoneyseqaccessmgr.h2
-rw-r--r--kmymoney2/mymoney/storage/mymoneystorageanon.cpp4
-rw-r--r--kmymoney2/mymoney/storage/mymoneystorageanon.h2
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragebin.h2
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragedump.cpp2
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragedump.h2
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragesql.cpp4
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragesql.h6
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragexml.cpp4
-rw-r--r--kmymoney2/mymoney/storage/mymoneystoragexml.h2
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>