summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qnoncontiguousbytedevice_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-26 10:40:26 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-26 11:37:49 +0200
commit7733f81af953a1ddaa7debc12bb29b101c5bc101 (patch)
tree5b7aea3c07163e02cd75e52aa1737bf390a3c18f /src/corelib/io/qnoncontiguousbytedevice_p.h
parente33415a700a7d1de706633970ed69936e3b2145e (diff)
Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTS
Diffstat (limited to 'src/corelib/io/qnoncontiguousbytedevice_p.h')
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qnoncontiguousbytedevice_p.h b/src/corelib/io/qnoncontiguousbytedevice_p.h
index 2a7e40bcbe..acfc6eb4c6 100644
--- a/src/corelib/io/qnoncontiguousbytedevice_p.h
+++ b/src/corelib/io/qnoncontiguousbytedevice_p.h
@@ -77,7 +77,7 @@ protected:
virtual ~QNonContiguousByteDevice();
bool resetDisabled;
-signals:
+Q_SIGNALS:
void readyRead();
void readProgress(qint64 current, qint64 total);
};