diff options
Diffstat (limited to 'tools/qmldebugger/engine.h')
-rw-r--r-- | tools/qmldebugger/engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmldebugger/engine.h b/tools/qmldebugger/engine.h index 191cd1d..a713f25 100644 --- a/tools/qmldebugger/engine.h +++ b/tools/qmldebugger/engine.h @@ -9,14 +9,14 @@ QT_BEGIN_NAMESPACE -class QmlDebugClient; +class QmlDebugConnection; class EngineClientPlugin; class QLineEdit; class EnginePane : public QWidget { Q_OBJECT public: - EnginePane(QmlDebugClient *, QWidget *parent = 0); + EnginePane(QmlDebugConnection *, QWidget *parent = 0); private slots: void queryEngines(); |