summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatforminputcontext_qpa.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-07 18:17:24 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 10:31:58 +0200
commit842c44cb07a34f03b02388b2f122c8b3914db32d (patch)
treec9ca6f30fc89df4f2dc884be3375820cebcd46cc /src/gui/kernel/qplatforminputcontext_qpa.cpp
parent4beac1add946b382747d7d95c7532e4539efe7c9 (diff)
Renamed some of the methods in the QInputPanel
Change-Id: Ida03ef170e664f79708149c11a00772ee78a984b Reviewed-on: http://codereview.qt-project.org/4399 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Vesa Rantanen <vesa.rantanen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatforminputcontext_qpa.cpp')
-rw-r--r--src/gui/kernel/qplatforminputcontext_qpa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatforminputcontext_qpa.cpp b/src/gui/kernel/qplatforminputcontext_qpa.cpp
index 8c08c13180..32800833ab 100644
--- a/src/gui/kernel/qplatforminputcontext_qpa.cpp
+++ b/src/gui/kernel/qplatforminputcontext_qpa.cpp
@@ -75,7 +75,7 @@ QRectF QPlatformInputContext::keyboardRect() const
void QPlatformInputContext::emitKeyboardRectChanged() const
{
- emit qApp->inputPanel()->keyboardRectChanged();
+ emit qApp->inputPanel()->keyboardRectangleChanged();
}
bool QPlatformInputContext::isAnimating()