summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget_p.h
diff options
context:
space:
mode:
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