diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-05 01:21:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-05 01:21:58 +0100 |
commit | 984526692fa8d8b77f4cc026a2f527a974e403c0 (patch) | |
tree | 6f9c51459adacebda29bb82597cbba5effabe4d8 /src/websnap.h | |
parent | Fixing recover on crash (diff) | |
download | rekonq-984526692fa8d8b77f4cc026a2f527a974e403c0.tar.xz |
Cleaning websnaps code..
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 4 |
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; }; |