summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qguiapplication.h')
-rw-r--r--src/gui/kernel/qguiapplication.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/kernel/qguiapplication.h b/src/gui/kernel/qguiapplication.h
index e171f81418..9d90cde993 100644
--- a/src/gui/kernel/qguiapplication.h
+++ b/src/gui/kernel/qguiapplication.h
@@ -44,7 +44,7 @@
#include <QtCore/qcoreapplication.h>
#include <QtGui/qwindowdefs.h>
-#include <QtGui/qinputpanel.h>
+#include <QtGui/qinputmethod.h>
#include <QtCore/qlocale.h>
#include <QtCore/qpoint.h>
#include <QtCore/qsize.h>
@@ -131,9 +131,6 @@ public:
static void setDesktopSettingsAware(bool on);
static bool desktopSettingsAware();
-#if QT_DEPRECATED_SINCE(5, 0)
- QT_DEPRECATED QInputPanel *inputPanel() const { return inputMethod(); }
-#endif
static QInputMethod *inputMethod();
static QPlatformNativeInterface *platformNativeInterface();