summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 17:22:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 17:22:18 +0200
commit6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a (patch)
tree48544c2f72b07eef1bc0ace0e602bfda3c25538b /src/websnap.h
parentKrazy fixes (diff)
downloadrekonq-6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a.tar.xz
Include Fixes, first bunch
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/websnap.h b/src/websnap.h
index 3c714c1b..c85dc0d2 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -38,10 +38,12 @@
// Qt Includes
#include <QtCore/QObject>
-#include <QPixmap>
-#include <QImage>
-#include <QWebPage>
+#include <QtGui/QPixmap>
+
+#include <QtWebKit/QWebPage>
+
+// Defines
#define WIDTH 200
#define HEIGHT 150