summaryrefslogtreecommitdiff
path: root/src/websnap.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-05 01:21:58 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-05 01:21:58 +0100
commit984526692fa8d8b77f4cc026a2f527a974e403c0 (patch)
tree6f9c51459adacebda29bb82597cbba5effabe4d8 /src/websnap.h
parentFixing recover on crash (diff)
downloadrekonq-984526692fa8d8b77f4cc026a2f527a974e403c0.tar.xz
Cleaning websnaps code..
Diffstat (limited to 'src/websnap.h')
-rw-r--r--src/websnap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/websnap.h b/src/websnap.h
index 54f63503..49b60769 100644
--- a/src/websnap.h
+++ b/src/websnap.h
@@ -55,7 +55,7 @@ class REKONQ_TESTS_EXPORT WebSnap : public QObject
Q_OBJECT
public:
- WebSnap(const QUrl &url, QWebPage *originatingPage, int previewIndex);
+ WebSnap(const QUrl &url, QWebFrame *frame, int index);
~WebSnap();
QPixmap previewImage(); // TODO : remove
@@ -82,7 +82,7 @@ private:
QUrl m_url;
QString m_snapTitle;
- QWebPage *m_originatingPage;
+ QWebFrame *m_frame;
int m_previewIndex;
};