diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qsettings.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qsettings.cpp')
-rw-r--r-- | src/tools/qsettings.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tools/qsettings.cpp b/src/tools/qsettings.cpp index 902c5d0c4..9d582d7e1 100644 --- a/src/tools/qsettings.cpp +++ b/src/tools/qsettings.cpp @@ -52,16 +52,16 @@ static inline int qt_open( const char *pathname, int flags, mode_t mode ) # undef truncate #endif -#include "qsettings.h" +#include "ntqsettings.h" #ifndef QT_NO_SETTINGS -#include "qdir.h" -#include "qfile.h" -#include "qfileinfo.h" -#include "qmap.h" -#include "qtextstream.h" -#include "qregexp.h" +#include "ntqdir.h" +#include "ntqfile.h" +#include "ntqfileinfo.h" +#include "ntqmap.h" +#include "ntqtextstream.h" +#include "ntqregexp.h" #include <private/qsettings_p.h> #ifndef NO_ERRNO_H #include <errno.h> @@ -447,7 +447,7 @@ void TQSettingsHeading::parseLine(TQTextStream &stream) #ifdef Q_WS_WIN // for homedirpath reading from registry #include "qt_windows.h" -#include "qlibrary.h" +#include "ntqlibrary.h" #ifndef CSIDL_APPDATA #define CSIDL_APPDATA 0x001a // <user name>\Application Data |