summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-04-24 13:06:32 +0200
committerhjk <qthjk@ovi.com>2012-04-24 13:21:35 +0200
commit6aaed915e42bc246f9975b04c386425b2d55f5ae (patch)
treea24b45e2cf4eca884c2c343e08054fb492153a51
parent027d5f21d9c777f66b00dbe3f4cdf6439dc57926 (diff)
downloadqt-creator-6aaed915e42bc246f9975b04c386425b2d55f5ae.tar.gz
android: compile with namespaces
Change-Id: I964b0bb567bbc45eb5e68e1a7cc892c0757d4ffd Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--src/plugins/android/androidcreatekeystorecertificate.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/android/androidcreatekeystorecertificate.h b/src/plugins/android/androidcreatekeystorecertificate.h
index bcdc68750e..9bc89a6916 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