summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-06 00:01:55 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-06 00:01:55 (GMT)
commit6b700e2bc14d2b159c2faa6f3fe8ca6d77d42f5b (patch)
tree6b5b8f3e89727cde9698e4b99a8bfd6d1cd0b9fd /src
parent6cdcb06d6d8fb60f250aa0389e8d545d0d52fb79 (diff)
downloadQt-6b700e2bc14d2b159c2faa6f3fe8ca6d77d42f5b.zip
Qt-6b700e2bc14d2b159c2faa6f3fe8ca6d77d42f5b.tar.gz
Qt-6b700e2bc14d2b159c2faa6f3fe8ca6d77d42f5b.tar.bz2
Fix test compile failure when using frameworks on Mac OS X.
Diffstat (limited to 'src')
-rw-r--r--src/network/bearer/qbearerplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/bearer/qbearerplugin.h b/src/network/bearer/qbearerplugin.h
index 036d712..970410b 100644
--- a/src/network/bearer/qbearerplugin.h
+++ b/src/network/bearer/qbearerplugin.h
@@ -42,7 +42,7 @@
#ifndef QBEARERPLUGIN_H
#define QBEARERPLUGIN_H
-#include "qnetworksessionengine_p.h"
+#include <QtNetwork/private/qnetworksessionengine_p.h>
#include <QtCore/qplugin.h>
#include <QtCore/qfactoryinterface.h>