From 1564d012dd12e891a8e9112b288c94fae00dd745 Mon Sep 17 00:00:00 2001 From: Aleksandar Sasha Babic Date: Fri, 21 May 2010 09:44:51 +0200 Subject: Fixing the compile issue. Private headers have to be included in consistent and proper way: not like "name_p.h" or "../name_p.h" but --- src/network/access/qhttpnetworkconnectionchannel_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/access/qhttpnetworkconnectionchannel_p.h b/src/network/access/qhttpnetworkconnectionchannel_p.h index 51cb5e8..41a896d 100644 --- a/src/network/access/qhttpnetworkconnectionchannel_p.h +++ b/src/network/access/qhttpnetworkconnectionchannel_p.h @@ -65,7 +65,7 @@ #include #include -#include "qhttpnetworkconnection_p.h" +#include #ifndef QT_NO_HTTP -- cgit v0.12