diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-10-13 23:42:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-13 23:42:36 +0200 |
commit | 7cb024bf6086d2bbf5e21bbe26b2e6b38b6b732c (patch) | |
tree | 9db0e978b2bb5b5e72667584574681fec494e2e7 /src | |
parent | commit the fix (diff) | |
download | rekonq-7cb024bf6086d2bbf5e21bbe26b2e6b38b6b732c.tar.xz |
Fix 'make buildtests'
Patch from Jon Ander Penalba. Thanks :)
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/protocolhandler_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/protocolhandler_test.cpp b/src/tests/protocolhandler_test.cpp index cadff337..330a04c2 100644 --- a/src/tests/protocolhandler_test.cpp +++ b/src/tests/protocolhandler_test.cpp @@ -23,6 +23,9 @@ #include "protocolhandler.h" +#include <QWebView> +#include <QNetworkRequest> + class ProtocolhandlerTest : public QObject { |