diff --git a/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp b/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp index ced8e9a..df6b89e 100644 --- a/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp +++ b/kmymoney2/mymoney/storage/mymoneydatabasemgr.cpp @@ -16,9 +16,9 @@ ***************************************************************************/ // force to use TQt with STL -#if defined(TQT_NO_STL) -# define DISABLE_TQT_NO_STL -# undef TQT_NO_STL +#if defined(QT_NO_STL) +# define DISABLE_QT_NO_STL +# undef QT_NO_STL #endif #ifdef HAVE_CONFIG_H @@ -1890,8 +1890,8 @@ void MyMoneyDatabaseMgr::removeReferences(const TQString& id) #undef CATCH #undef PASS -// restore TQT_NO_STL -#if defined(DISABLE_TQT_NO_STL) -# undef DISABLE_TQT_NO_STL -# define TQT_NO_STL +// restore QT_NO_STL +#if defined(DISABLE_QT_NO_STL) +# undef DISABLE_QT_NO_STL +# define QT_NO_STL #endif diff --git a/kmymoney2/mymoney/storage/mymoneystoragesql.cpp b/kmymoney2/mymoney/storage/mymoneystoragesql.cpp index 952db4f..b24dbda 100644 --- a/kmymoney2/mymoney/storage/mymoneystoragesql.cpp +++ b/kmymoney2/mymoney/storage/mymoneystoragesql.cpp @@ -17,9 +17,9 @@ ***************************************************************************/ // force to use TQt with STL -#if defined(TQT_NO_STL) -# define DISABLE_TQT_NO_STL -# undef TQT_NO_STL +#if defined(QT_NO_STL) +# define DISABLE_QT_NO_STL +# undef QT_NO_STL #endif #ifdef HAVE_CONFIG_H @@ -4510,8 +4510,8 @@ const TQString MyMoneyDbDatetimeColumn::generateDDL (databaseTypeE dbType) const return qs; } -// restore TQT_NO_STL -#if defined(DISABLE_TQT_NO_STL) -# undef DISABLE_TQT_NO_STL -# define TQT_NO_STL +// restore QT_NO_STL +#if defined(DISABLE_QT_NO_STL) +# undef DISABLE_QT_NO_STL +# define QT_NO_STL #endif