diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-24 02:42:00 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-24 02:42:00 (GMT) |
commit | 7c76abb0dc4204043bec9b6fa315f9753a7986ae (patch) | |
tree | cee303672cfd138790645e731f2d69472564d4b7 /src/declarative/debugger/debugger.pri | |
parent | 4066e60e859853cfe3240245ba05271e79839506 (diff) | |
download | Qt-7c76abb0dc4204043bec9b6fa315f9753a7986ae.zip Qt-7c76abb0dc4204043bec9b6fa315f9753a7986ae.tar.gz Qt-7c76abb0dc4204043bec9b6fa315f9753a7986ae.tar.bz2 |
Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDeclarativeXXX.
Diffstat (limited to 'src/declarative/debugger/debugger.pri')
-rw-r--r-- | src/declarative/debugger/debugger.pri | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/declarative/debugger/debugger.pri b/src/declarative/debugger/debugger.pri index 261b2ff..dedea55 100644 --- a/src/declarative/debugger/debugger.pri +++ b/src/declarative/debugger/debugger.pri @@ -1,15 +1,15 @@ INCLUDEPATH += $$PWD SOURCES += \ - $$PWD/qmldebuggerstatus.cpp \ + $$PWD/qdeclarativedebuggerstatus.cpp \ $$PWD/qpacketprotocol.cpp \ - $$PWD/qmldebugservice.cpp \ - $$PWD/qmldebugclient.cpp \ - $$PWD/qmldebug.cpp + $$PWD/qdeclarativedebugservice.cpp \ + $$PWD/qdeclarativedebugclient.cpp \ + $$PWD/qdeclarativedebug.cpp HEADERS += \ - $$PWD/qmldebuggerstatus_p.h \ + $$PWD/qdeclarativedebuggerstatus_p.h \ $$PWD/qpacketprotocol_p.h \ - $$PWD/qmldebugservice_p.h \ - $$PWD/qmldebugclient_p.h \ - $$PWD/qmldebug_p.h + $$PWD/qdeclarativedebugservice_p.h \ + $$PWD/qdeclarativedebugclient_p.h \ + $$PWD/qdeclarativedebug_p.h |