diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/tools/quuid.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/quuid.cpp')
-rw-r--r-- | src/tools/quuid.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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() { |