summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/wrappers/jsurfacetexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/src/wrappers/jsurfacetexture.h')
-rw-r--r--src/plugins/android/src/wrappers/jsurfacetexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/android/src/wrappers/jsurfacetexture.h b/src/plugins/android/src/wrappers/jsurfacetexture.h
index 2a2f27ae3..d65fc01e9 100644
--- a/src/plugins/android/src/wrappers/jsurfacetexture.h
+++ b/src/plugins/android/src/wrappers/jsurfacetexture.h
@@ -43,13 +43,13 @@
#define JSURFACETEXTURE_H
#include <qobject.h>
-#include <QtPlatformSupport/private/qjniobject_p.h>
+#include <QtCore/private/qjni_p.h>
#include <QMatrix4x4>
QT_BEGIN_NAMESPACE
-class JSurfaceTexture : public QObject, public QJNIObject
+class JSurfaceTexture : public QObject, public QJNIObjectPrivate
{
Q_OBJECT
public: