summaryrefslogtreecommitdiff
path: root/src/libs/utils/winutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/winutils.h')
-rw-r--r--src/libs/utils/winutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/winutils.h b/src/libs/utils/winutils.h
index 1125375029..dbd0e1f1db 100644
--- a/src/libs/utils/winutils.h
+++ b/src/libs/utils/winutils.h
@@ -41,7 +41,7 @@ namespace Utils {
// Helper to format a Windows error message, taking the
// code as returned by the GetLastError()-API.
-QWORKBENCH_UTILS_EXPORT QString winErrorMessage(unsigned long error);
+QTCREATOR_UTILS_EXPORT QString winErrorMessage(unsigned long error);
} // namespace Utils
} // namespace Core