diff --git a/kmymoney2/kmymoney2.kcfg b/kmymoney2/kmymoney2.kcfg
index c6f53f3..9a7e779 100644
--- a/kmymoney2/kmymoney2.kcfg
+++ b/kmymoney2/kmymoney2.kcfg
@@ -209,7 +209,7 @@
- QDateTime::fromString("1900-01-01T00:00:00", Qt::ISODate)
+ TQDateTime::fromString("1900-01-01T00:00:00", Qt::ISODate)
diff --git a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp
index 6c4cdcc..4e6fd19 100644
--- a/kmymoney2/mymoney/storage/mymoneystoragexml.cpp
+++ b/kmymoney2/mymoney/storage/mymoneystoragexml.cpp
@@ -865,7 +865,7 @@ void MyMoneyStorageXML::signalProgress(int current, int total, const TQString& m
atEnd() status in certain circumstances which caused our
application to lock at startup.
*/
-QByteArray QIODevice::readAll()
+TQByteArray TQIODevice::readAll()
{
if ( TQT_TQIODEVICE(this)->isDirectAccess() ) {
// we know the size
diff --git a/kmymoney2/wizards/wizardpages/currency.h b/kmymoney2/wizards/wizardpages/currency.h
index 265059a..ea6564f 100644
--- a/kmymoney2/wizards/wizardpages/currency.h
+++ b/kmymoney2/wizards/wizardpages/currency.h
@@ -21,6 +21,8 @@
// ----------------------------------------------------------------------------
// QT Includes
+#include
+
class KListViewItem;
// ----------------------------------------------------------------------------