diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2009-05-08 12:09:21 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@nokia.com> | 2009-05-08 16:42:50 +0200 |
commit | c757c3f45880c6a61a6da1f3e33479aacb9443d3 (patch) | |
tree | a625fa2502f95fafd7ab0c460069275c6a491bf4 /src/libs/utils/filewizardpage.h | |
parent | 2be7226215d4c9f6661bdc4928a565162b9e544d (diff) | |
download | qt-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/filewizardpage.h')
-rw-r--r-- | src/libs/utils/filewizardpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/filewizardpage.h b/src/libs/utils/filewizardpage.h index b41839e0bf..1c5438f43d 100644 --- a/src/libs/utils/filewizardpage.h +++ b/src/libs/utils/filewizardpage.h @@ -46,7 +46,7 @@ struct FileWizardPagePrivate; * The name and path labels can be changed. By default they are simply "Name:" * and "Path:". */ -class QWORKBENCH_UTILS_EXPORT FileWizardPage : public QWizardPage +class QTCREATOR_UTILS_EXPORT FileWizardPage : public QWizardPage { Q_OBJECT Q_DISABLE_COPY(FileWizardPage) |