summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
commitd85d7addc5084ee7d5de31dec562437f9c31c35d (patch)
tree53f88ba873a998ac99b835c7cde2d26696422336 /src/declarative/debugger/qpacketprotocol.h
parent7d8fc7c68a85aa356e0ea8956f81c0d56216e320 (diff)
downloadQt-d85d7addc5084ee7d5de31dec562437f9c31c35d.zip
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.gz
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.bz2
fix macros
Diffstat (limited to 'src/declarative/debugger/qpacketprotocol.h')
-rw-r--r--src/declarative/debugger/qpacketprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.h b/src/declarative/debugger/qpacketprotocol.h
index 29bd5bb..265af81 100644
--- a/src/declarative/debugger/qpacketprotocol.h
+++ b/src/declarative/debugger/qpacketprotocol.h
@@ -77,7 +77,7 @@ public:
QIODevice * device();
-signals:
+Q_SIGNALS:
void readyRead();
void invalidPacket();
void packetWritten();