summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextcontrol_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-07-05 13:05:37 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-07-06 11:24:46 +0200
commit8d7647e286e07690de15a6ff9189307ee1a3517c (patch)
tree15a2e57d992d094d15057a2c1a4064a12c905acb /src/gui/text/qtextcontrol_p.h
parenteaedcefbf8dbdc77dec07922777cb7dc68740888 (diff)
added a QLineControl class to QtGui
The class does not have support for completion, but is otherwise mostly on par with the control in QtWidgets. Change-Id: I2c89f8ea910cfacba67d4e5e56d8d650d27760b9
Diffstat (limited to 'src/gui/text/qtextcontrol_p.h')
-rw-r--r--src/gui/text/qtextcontrol_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextcontrol_p.h b/src/gui/text/qtextcontrol_p.h
index ce4246d243..87eea3c2f5 100644
--- a/src/gui/text/qtextcontrol_p.h
+++ b/src/gui/text/qtextcontrol_p.h
@@ -76,7 +76,7 @@ class QAbstractScrollArea;
class QEvent;
class QTimerEvent;
-class Q_WIDGETS_EXPORT QTextControl : public QObject
+class Q_GUI_EXPORT QTextControl : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QTextControl)