summaryrefslogtreecommitdiff
path: root/src/libs/utils/winutils.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2009-05-08 12:09:21 +0200
committerAlessandro Portale <alessandro.portale@nokia.com>2009-05-08 16:42:50 +0200
commitc757c3f45880c6a61a6da1f3e33479aacb9443d3 (patch)
treea625fa2502f95fafd7ab0c460069275c6a491bf4 /src/libs/utils/winutils.h
parent2be7226215d4c9f6661bdc4928a565162b9e544d (diff)
downloadqt-creator-c757c3f45880c6a61a6da1f3e33479aacb9443d3.tar.gz
Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT
Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
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