summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-10-06 17:04:07 +0300
committerQt by Nokia <qt-info@nokia.com>2011-10-11 16:01:57 +0200
commit76ca6642a9ddb5ffe21691918a4a803760f0f487 (patch)
treeee8e0abb2b932e616e2198df8aac87610587a809 /src/widgets/kernel/qwidget_p.h
parente5ce564b1d2f2818c36ffbabbaa558c091512e66 (diff)
Removed obsolete custom input context support
Removed from QWidgetPrivate and QWidgetTextControl. Now using only application specific input context. Change-Id: Id25882e72026f58dab51a18e5d04a11225429963 Reviewed-on: http://codereview.qt-project.org/6427 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/kernel/qwidget_p.h')
-rw-r--r--src/widgets/kernel/qwidget_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/kernel/qwidget_p.h b/src/widgets/kernel/qwidget_p.h
index 102f61feea..01891c74c7 100644
--- a/src/widgets/kernel/qwidget_p.h
+++ b/src/widgets/kernel/qwidget_p.h
@@ -83,7 +83,6 @@
#endif
#if defined(Q_WS_QWS)
-#include "QtWidgets/qinputcontext.h"
#include "QtGui/qscreen_qws.h"
#endif
@@ -569,7 +568,6 @@ public:
// sub-classes that their internals are about to be released.
virtual void aboutToDestroy() {}
- QInputContext *inputContext() const;
inline QWidget *effectiveFocusWidget() {
QWidget *w = q_func();
while (w->focusProxy())
@@ -699,7 +697,6 @@ public:
static QWidgetMapper *mapper;
static QWidgetSet *allWidgets;
#if !defined(QT_NO_IM)
- QPointer<QInputContext> ic;
Qt::InputMethodHints imHints;
#endif
#ifdef QT_KEYPAD_NAVIGATION