summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-27 01:31:19 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-27 01:31:19 (GMT)
commitc8503d44bce2e038a5e2ba7597878dbcfcced4cb (patch)
treecb21aa15c8ca3b1672fcc49be6a850b970ed552c /src/declarative/debugger
parentbaeb25062194c9ddc36c4536662de46b6b09cd68 (diff)
downloadQt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.zip
Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.tar.gz
Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.tar.bz2
Rename Behavior cpp class to match the QML name.
Diffstat (limited to 'src/declarative/debugger')
-rw-r--r--src/declarative/debugger/qpacketprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.cpp b/src/declarative/debugger/qpacketprotocol.cpp
index 6bccf4b..84882dd 100644
--- a/src/declarative/debugger/qpacketprotocol.cpp
+++ b/src/declarative/debugger/qpacketprotocol.cpp
@@ -391,7 +391,7 @@ QIODevice * QPacketProtocol::device()
Only packets returned from QPacketProtocol::read() may be read from. QPacket
instances constructed by directly by applications are for transmission only
and are considered "write only". Attempting to read data from them will
- result in undefined behaviour.
+ result in undefined behavior.
\ingroup io
\sa QPacketProtocol