summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/widget/qqmlandroidtabhost.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-23 10:16:54 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-23 08:33:45 +0000
commitbb9cb085d80d62b0b781115d34c8c1a7b4624094 (patch)
tree35a2355e15cc6bbba18bf2ef8ac2e2bb76ea56f2 /src/qmlandroid/widget/qqmlandroidtabhost.cpp
parentd97b0a39b68db7f4823e66620d4402bec8ee4165 (diff)
Rename the Java classes: QtFoo.java -> QmlFoo.java
It's hopefully less confusing with a bit of distinction to the built-in Qt Java classes such as QtActivity... Change-Id: If4cce06952fcd6a317aad77bb5aa113a086325f3 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/qmlandroid/widget/qqmlandroidtabhost.cpp')
-rw-r--r--src/qmlandroid/widget/qqmlandroidtabhost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlandroid/widget/qqmlandroidtabhost.cpp b/src/qmlandroid/widget/qqmlandroidtabhost.cpp
index 94bc408..4c87a6b 100644
--- a/src/qmlandroid/widget/qqmlandroidtabhost.cpp
+++ b/src/qmlandroid/widget/qqmlandroidtabhost.cpp
@@ -19,7 +19,7 @@ void QQmlAndroidTabHost::onInflate(QAndroidJniObject &instance)
{
QQmlAndroidFrameLayout::onInflate(instance);
- m_listener = QAndroidJniObject("qt/android/widget/QtTabHostListener",
+ m_listener = QAndroidJniObject("qt/android/widget/QmlTabHostListener",
"(Landroid/widget/TabHost;J)V",
instance.object(),
reinterpret_cast<jlong>(this));