Fix compilation with namespaced Qt.

This commit is contained in:
Christian Kandeler
2010-09-13 15:27:57 +02:00
parent 992a3ec4dc
commit ee4f4003d5

View File

@@ -37,12 +37,10 @@
#include <QtNetwork/QAbstractSocket> #include <QtNetwork/QAbstractSocket>
QT_BEGIN_NAMESPACE
namespace QmlJsDebugClient { namespace QmlJsDebugClient {
class QDeclarativeEngineDebug; class QDeclarativeEngineDebug;
class QDeclarativeDebugConnection; class QDeclarativeDebugConnection;
} }
QT_END_NAMESPACE
namespace Debugger { namespace Debugger {