From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/tools/quuid.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tools/quuid.cpp') diff --git a/src/tools/quuid.cpp b/src/tools/quuid.cpp index 220ff4962..64ec7a3bd 100644 --- a/src/tools/quuid.cpp +++ b/src/tools/quuid.cpp @@ -36,12 +36,12 @@ ** **********************************************************************/ -#include "quuid.h" +#include "ntquuid.h" -#include "qdatastream.h" +#include "ntqdatastream.h" /*! - \class TQUuid quuid.h + \class TQUuid ntquuid.h \brief The TQUuid class defines a Universally Unique Identifier (UUID). \reentrant @@ -389,7 +389,7 @@ TQUuid TQUuid::createUuid() return result; } #else // !Q_OS_WIN32 -#include "qdatetime.h" +#include "ntqdatetime.h" #include "stdlib.h" // For srand/rand TQUuid TQUuid::createUuid() { -- cgit v1.2.3