summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-10-13 23:42:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-10-13 23:42:36 +0200
commit7cb024bf6086d2bbf5e21bbe26b2e6b38b6b732c (patch)
tree9db0e978b2bb5b5e72667584574681fec494e2e7 /src/tests
parentcommit the fix (diff)
downloadrekonq-7cb024bf6086d2bbf5e21bbe26b2e6b38b6b732c.tar.xz
Fix 'make buildtests'
Patch from Jon Ander Penalba. Thanks :)
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/protocolhandler_test.cpp3
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
{