summaryrefslogtreecommitdiff
path: root/src/rekonqpage/newtabpage.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2009-12-26 13:00:53 +0100
committermatgic78 <matgic78@gmail.com>2010-02-06 11:22:46 +0100
commit18b87086d1a0e472662f3883962b60dbe57e215f (patch)
tree05642e5ccafe858222463e2bfddaad850c05de95 /src/rekonqpage/newtabpage.h
parentVarious changes: (diff)
downloadrekonq-18b87086d1a0e472662f3883962b60dbe57e215f.tar.xz
First expermimental implementation of a new way of choosing a preview
Diffstat (limited to 'src/rekonqpage/newtabpage.h')
-rw-r--r--src/rekonqpage/newtabpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rekonqpage/newtabpage.h b/src/rekonqpage/newtabpage.h
index 9ac743ea..973028b3 100644
--- a/src/rekonqpage/newtabpage.h
+++ b/src/rekonqpage/newtabpage.h
@@ -58,6 +58,7 @@ public:
protected slots:
void snapFinished();
void removePreview(int index);
+ void setPreview(int index, KUrl url);
protected: // these are the function to build the new tab page
void browsingMenu(const KUrl &currentUrl);
@@ -72,6 +73,7 @@ protected: // these are the function to build the new tab page
*/
void hideControls(QWebElement e);
void showControls(QWebElement e);
+ void setupPreview(QWebElement e, int index);
void historyPage();