Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT

Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
This commit is contained in:
Alessandro Portale
2009-05-08 12:09:21 +02:00
parent 2be7226215
commit c757c3f458
31 changed files with 46 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ struct SubmitFieldWidgetPrivate;
* When choosing a different field in the combo, a new row is opened if text
* has been entered for the current field. Optionally, a "Browse..." button and
* completer can be added. */
class QWORKBENCH_UTILS_EXPORT SubmitFieldWidget : public QWidget
class QTCREATOR_UTILS_EXPORT SubmitFieldWidget : public QWidget
{
Q_OBJECT
Q_PROPERTY(QStringList fields READ fields WRITE setFields DESIGNABLE true)