summaryrefslogtreecommitdiffstats
path: root/src/widgets
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/widgets
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/widgets')
-rw-r--r--src/widgets/kernel/qapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index c9ef2e79d8..25c0e7f8cc 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -4110,10 +4110,10 @@ bool QApplication::notify(QObject *receiver, QEvent *e)
break;
}
case QEvent::RequestSoftwareInputPanel:
- inputPanel()->open();
+ inputPanel()->show();
break;
case QEvent::CloseSoftwareInputPanel:
- inputPanel()->close();
+ inputPanel()->hide();
break;
#ifndef QT_NO_GESTURES