summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-07-16 17:43:57 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-07-28 13:48:58 +0200
commitde4b3de37e3297c984020d1838ed3c2f1c9080af (patch)
treef31544b174215b01cb6b35e99e5df03c6483b348 /src
parenta4f071e4fc0d7031a5941f6c16608536ee3dd9f4 (diff)
downloadqtwebchannel-de4b3de37e3297c984020d1838ed3c2f1c9080af.tar.gz
Fix wrong include of qwebchannelglobal.h.
Change-Id: I700f1e1d6508dd4d861bec4f5aa15b666d6eecc0 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.h b/src/webchannel/qwebchannelabstracttransport.h
index c90f4b1..0062fab 100644
--- a/src/webchannel/qwebchannelabstracttransport.h
+++ b/src/webchannel/qwebchannelabstracttransport.h
@@ -43,7 +43,7 @@
#define QWEBCHANNELABSTRACTTRANSPORT_H
#include <QObject>
-#include <qwebchannelglobal.h>
+#include <QtWebChannel/qwebchannelglobal.h>
QT_BEGIN_NAMESPACE