summaryrefslogtreecommitdiffstats
path: root/src/corelib/compat/removed_api.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-09-22 20:48:41 +0200
committerIvan Solovev <ivan.solovev@qt.io>2022-09-30 14:19:17 +0200
commitfce36ac86667cc4490487689fb4b29f9a824bca8 (patch)
treef7c65976d65f9eaf480976cc6b956e262f39f5fb /src/corelib/compat/removed_api.cpp
parent7e58cd0ce2ad2862cc059f3c0a7035115d7af313 (diff)
Rename the header qenvironmentvariables.h -> qtenvironmentvariables.h
Change-Id: I8153c856c2cd93ec6932cd7dd5e9d7273d5712dd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/compat/removed_api.cpp')
-rw-r--r--src/corelib/compat/removed_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/compat/removed_api.cpp b/src/corelib/compat/removed_api.cpp
index 213b07f655..234a9522d4 100644
--- a/src/corelib/compat/removed_api.cpp
+++ b/src/corelib/compat/removed_api.cpp
@@ -295,7 +295,7 @@ QString QDir::operator[](int i) const
}
#endif
-#include "qenvironmentvariables.h"
+#include "qtenvironmentvariables.h"
bool qputenv(const char *varName, const QByteArray &value)
{