summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-10 22:49:52 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-10 22:49:52 +0200
commit5b0de25722655673fcfc11a5c92fdfee188e55a5 (patch)
treea49471395e068e1549a711d8807470bf0b4e6df4 /src/mainview.h
parentAdded support for bookmark icons. Not yet working.. (diff)
downloadrekonq-5b0de25722655673fcfc11a5c92fdfee188e55a5.tar.xz
Removed "home" scheme
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index c59cca1a..783068f9 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -110,6 +110,8 @@ public slots:
*/
void newTab();
+ void slotHome();
+
void slotCloneTab(int index = -1);
void slotCloseTab(int index = -1);
void slotCloseOtherTabs(int index);