summaryrefslogtreecommitdiffstats
path: root/src/widgets/to_be_moved
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/to_be_moved')
-rw-r--r--src/widgets/to_be_moved/qlinecontrol_p.h2
-rw-r--r--src/widgets/to_be_moved/qshortcut.h2
-rw-r--r--src/widgets/to_be_moved/qtextcontrol_p.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/to_be_moved/qlinecontrol_p.h b/src/widgets/to_be_moved/qlinecontrol_p.h
index d621627411..eab66c4908 100644
--- a/src/widgets/to_be_moved/qlinecontrol_p.h
+++ b/src/widgets/to_be_moved/qlinecontrol_p.h
@@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Gui)
-class Q_GUI_EXPORT QLineControl : public QObject
+class Q_WIDGETS_EXPORT QLineControl : public QObject
{
Q_OBJECT
diff --git a/src/widgets/to_be_moved/qshortcut.h b/src/widgets/to_be_moved/qshortcut.h
index 7c505ddd86..6e3c647852 100644
--- a/src/widgets/to_be_moved/qshortcut.h
+++ b/src/widgets/to_be_moved/qshortcut.h
@@ -54,7 +54,7 @@ QT_MODULE(Gui)
#ifndef QT_NO_SHORTCUT
class QShortcutPrivate;
-class Q_GUI_EXPORT QShortcut : public QObject
+class Q_WIDGETS_EXPORT QShortcut : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QShortcut)
diff --git a/src/widgets/to_be_moved/qtextcontrol_p.h b/src/widgets/to_be_moved/qtextcontrol_p.h
index fdc1e305f1..5a5215e1c6 100644
--- a/src/widgets/to_be_moved/qtextcontrol_p.h
+++ b/src/widgets/to_be_moved/qtextcontrol_p.h
@@ -79,7 +79,7 @@ class QAbstractScrollArea;
class QEvent;
class QTimerEvent;
-class Q_GUI_EXPORT QTextControl : public QObject
+class Q_WIDGETS_EXPORT QTextControl : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QTextControl)