aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates/qquickabstractbutton_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates/qquickabstractbutton_p.h')
-rw-r--r--src/quicktemplates/qquickabstractbutton_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/quicktemplates/qquickabstractbutton_p.h b/src/quicktemplates/qquickabstractbutton_p.h
index 8907cfefd8..0ac27db156 100644
--- a/src/quicktemplates/qquickabstractbutton_p.h
+++ b/src/quicktemplates/qquickabstractbutton_p.h
@@ -23,7 +23,7 @@ QT_BEGIN_NAMESPACE
class QQuickAction;
class QQuickAbstractButtonPrivate;
-class Q_QUICKTEMPLATES2_PRIVATE_EXPORT QQuickAbstractButton : public QQuickControl
+class Q_QUICKTEMPLATES2_EXPORT QQuickAbstractButton : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(QString text READ text WRITE setText RESET resetText NOTIFY textChanged FINAL)
@@ -188,6 +188,4 @@ private:
QT_END_NAMESPACE
-QML_DECLARE_TYPE(QQuickAbstractButton)
-
#endif // QQUICKABSTRACTBUTTON_P_H