summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsavefile_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qsavefile_p.h')
-rw-r--r--src/corelib/io/qsavefile_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qsavefile_p.h b/src/corelib/io/qsavefile_p.h
index 50de9e4e68..4d0f40fbb0 100644
--- a/src/corelib/io/qsavefile_p.h
+++ b/src/corelib/io/qsavefile_p.h
@@ -17,7 +17,7 @@
#include <QtCore/qglobal.h>
-#ifndef QT_NO_TEMPORARYFILE
+#if QT_CONFIG(temporaryfile)
#include "private/qfiledevice_p.h"
@@ -42,6 +42,6 @@ protected:
QT_END_NAMESPACE
-#endif // QT_NO_TEMPORARYFILE
+#endif // QT_CONFIG(temporaryfile)
#endif // QSAVEFILE_P_H