OSDN Git Service

WelcomeScreen: Fix compilation with namespaced Qt.
authorChristian Kandeler <christian.kandeler@nokia.com>
Thu, 21 Jul 2011 13:35:07 +0000 (15:35 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Fri, 22 Jul 2011 09:15:41 +0000 (11:15 +0200)
Change-Id: Ia5695feaebba959f84ab4d2707a2d5f1667ad3c7
Reviewed-on: http://codereview.qt.nokia.com/1960
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
src/plugins/welcome/welcomeplugin.h

index b554e56..c6a4989 100644 (file)
@@ -35,9 +35,9 @@
 
 #include <extensionsystem/iplugin.h>
 
-QT_BEGIN_HEADER
+QT_BEGIN_NAMESPACE
 class QDeclarativeEngine;
-QT_END_HEADER
+QT_END_NAMESPACE
 
 namespace Welcome {
 namespace Internal {