[WebKit-devel] Build fix
Adrian von Bidder
avbidder at fortytwo.ch
Wed Feb 3 20:37:59 CET 2010
Heyho!
Just tried to build latest svn; it fails on KDE 4.3, needs this trivial fix:
--- a/src/networkaccessmanager.h
+++ b/src/networkaccessmanager.h
@@ -28,7 +28,7 @@
#include <kio/accessmanager.h>
typedef KIO::AccessManager AccessManagerBase;
#else
-#include "kdewebkit/networkaccessmanager_p.h"
+#include "networkaccessmanager_p.h"
typedef KDEPrivate::NetworkAccessManager AccessManagerBase;
#endif
cheers
-- vbi
--
If we can capitalize on something that did or did not happen in 1947
then it can help the entire state.
-- Rep. Dan Foley on inventing the Extraterrestrial Culture Day
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 389 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/webkit-devel/attachments/20100203/ac829dca/attachment.sig
More information about the WebKit-devel
mailing list