summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/engine.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-13 05:35:17 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-13 05:35:17 (GMT)
commita3cfd5cd28c1450796f23a847afde0510171dd23 (patch)
tree14294f0a4639e136ebc32ed65f14a286e01c06e9 /tools/qmldebugger/engine.h
parent27bc784715b3960a0d38157dd2b4f8b4913ca071 (diff)
downloadQt-a3cfd5cd28c1450796f23a847afde0510171dd23.zip
Qt-a3cfd5cd28c1450796f23a847afde0510171dd23.tar.gz
Qt-a3cfd5cd28c1450796f23a847afde0510171dd23.tar.bz2
Rename classes
Diffstat (limited to 'tools/qmldebugger/engine.h')
-rw-r--r--tools/qmldebugger/engine.h4
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();