summaryrefslogtreecommitdiff
path: root/src/libs/utils/linecolumnlabel.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/linecolumnlabel.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/linecolumnlabel.h')
-rw-r--r--src/libs/utils/linecolumnlabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/linecolumnlabel.h b/src/libs/utils/linecolumnlabel.h
index 01a577a21e..b5c44d2ae6 100644
--- a/src/libs/utils/linecolumnlabel.h
+++ b/src/libs/utils/linecolumnlabel.h
@@ -39,7 +39,7 @@ namespace Utils {
/* A label suitable for displaying cursor positions, etc. with a fixed
* with derived from a sample text. */
-class QWORKBENCH_UTILS_EXPORT LineColumnLabel : public QLabel
+class QTCREATOR_UTILS_EXPORT LineColumnLabel : public QLabel
{
Q_DISABLE_COPY(LineColumnLabel)
Q_OBJECT