From 6aaed915e42bc246f9975b04c386425b2d55f5ae Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Tue, 24 Apr 2012 13:06:32 +0200
Subject: [PATCH] android: compile with namespaces

Change-Id: I964b0bb567bbc45eb5e68e1a7cc892c0757d4ffd
Reviewed-by: hjk <qthjk@ovi.com>
---
 src/plugins/android/androidcreatekeystorecertificate.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/plugins/android/androidcreatekeystorecertificate.h b/src/plugins/android/androidcreatekeystorecertificate.h
index bcdc68750e2..9bc89a69162 100644
--- a/src/plugins/android/androidcreatekeystorecertificate.h
+++ b/src/plugins/android/androidcreatekeystorecertificate.h
@@ -35,9 +35,10 @@
 
 #include <QDialog>
 
-namespace Ui {
-    class AndroidCreateKeystoreCertificate;
-}
+QT_BEGIN_NAMESPACE
+namespace Ui { class AndroidCreateKeystoreCertificate; }
+QT_END_NAMESPACE
+
 namespace Android {
 namespace Internal {
 class AndroidCreateKeystoreCertificate : public QDialog
-- 
GitLab