diff options
Diffstat (limited to 'src/tools/qdatetime.cpp')
-rw-r--r-- | src/tools/qdatetime.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/qdatetime.cpp b/src/tools/qdatetime.cpp index c9e34ddba..d1358cc87 100644 --- a/src/tools/qdatetime.cpp +++ b/src/tools/qdatetime.cpp @@ -40,9 +40,9 @@ #include "qplatformdefs.h" -#include "qdatetime.h" -#include "qdatastream.h" -#include "qregexp.h" +#include "ntqdatetime.h" +#include "ntqdatastream.h" +#include "ntqregexp.h" #include <stdio.h> #ifndef Q_OS_TEMP @@ -202,7 +202,7 @@ static TQString fmtDateTime( const TQString& f, const TQTime* dt = 0, const TQDa *****************************************************************************/ /*! - \class TQDate qdatetime.h + \class TQDate ntqdatetime.h \reentrant \brief The TQDate class provides date functions. @@ -1240,7 +1240,7 @@ void TQDate::julianToGregorian( uint jd, int &y, int &m, int &d ) *****************************************************************************/ /*! - \class TQTime qdatetime.h + \class TQTime ntqdatetime.h \reentrant \brief The TQTime class provides clock time functions. @@ -1862,7 +1862,7 @@ int TQTime::elapsed() const *****************************************************************************/ /*! - \class TQDateTime qdatetime.h + \class TQDateTime ntqdatetime.h \reentrant \brief The TQDateTime class provides date and time functions. |