diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-13 05:35:17 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-13 05:35:17 (GMT) |
commit | a3cfd5cd28c1450796f23a847afde0510171dd23 (patch) | |
tree | 14294f0a4639e136ebc32ed65f14a286e01c06e9 /tools/qmldebugger/main.cpp | |
parent | 27bc784715b3960a0d38157dd2b4f8b4913ca071 (diff) | |
download | Qt-a3cfd5cd28c1450796f23a847afde0510171dd23.zip Qt-a3cfd5cd28c1450796f23a847afde0510171dd23.tar.gz Qt-a3cfd5cd28c1450796f23a847afde0510171dd23.tar.bz2 |
Rename classes
Diffstat (limited to 'tools/qmldebugger/main.cpp')
-rw-r--r-- | tools/qmldebugger/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmldebugger/main.cpp b/tools/qmldebugger/main.cpp index 4bed41d..500836f 100644 --- a/tools/qmldebugger/main.cpp +++ b/tools/qmldebugger/main.cpp @@ -29,7 +29,7 @@ private slots: void connectionStateChanged(); private: - QmlDebugClient client; + QmlDebugConnection client; QLabel *m_connectionState; QLineEdit *m_host; |