summaryrefslogtreecommitdiffstats
path: root/src/tools/qdatetime.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qdatetime.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qdatetime.cpp')
-rw-r--r--src/tools/qdatetime.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/qdatetime.cpp b/src/tools/qdatetime.cpp
index c9e34ddb..d1358cc8 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.