summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-13 11:33:35 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-15 09:53:43 +0200
commit92108283620bf4349f5fc1f5bdeab5c9bc8df3f1 (patch)
tree6065dd1be358ec0b36d5ea48690dbf7ba2bb56d2 /src/newtabpage.h
parentNew Bookmarks page (diff)
downloadrekonq-92108283620bf4349f5fc1f5bdeab5c9bc8df3f1.tar.xz
Clean up NewTabPage API a bit
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r--src/newtabpage.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h
index 857e0db6..4a8be0aa 100644
--- a/src/newtabpage.h
+++ b/src/newtabpage.h
@@ -86,14 +86,7 @@ private:
void reloadPreview(int index);
void removePreview(int index);
- /**
- * This function takes a QwebElement with the .thumbnail structure,
- * hiding the "remove" and "modify" buttons
- *
- */
- void hideControls(QWebElement e);
- void showControls(QWebElement e);
- void setupPreview(QWebElement e, int index);
+ void setupPreview(QWebElement e, int index, bool showControls);
void setupTabPreview(QWebElement e, int winIndex, int tabIndex);
void createBookmarkItem(const KBookmark &bookmark, QWebElement parent);