|
|
@ -17,9 +17,9 @@
|
|
|
|
***************************************************************************/
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
// force to use TQt with STL
|
|
|
|
// force to use TQt with STL
|
|
|
|
#if defined(TQT_NO_STL)
|
|
|
|
#if defined(QT_NO_STL)
|
|
|
|
# define DISABLE_TQT_NO_STL
|
|
|
|
# define DISABLE_QT_NO_STL
|
|
|
|
# undef TQT_NO_STL
|
|
|
|
# undef QT_NO_STL
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
@ -4510,8 +4510,8 @@ const TQString MyMoneyDbDatetimeColumn::generateDDL (databaseTypeE dbType) const
|
|
|
|
return qs;
|
|
|
|
return qs;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// restore TQT_NO_STL
|
|
|
|
// restore QT_NO_STL
|
|
|
|
#if defined(DISABLE_TQT_NO_STL)
|
|
|
|
#if defined(DISABLE_QT_NO_STL)
|
|
|
|
# undef DISABLE_TQT_NO_STL
|
|
|
|
# undef DISABLE_QT_NO_STL
|
|
|
|
# define TQT_NO_STL
|
|
|
|
# define QT_NO_STL
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|