diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:14:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:14:55 +0200 |
commit | 09567d9fbf6e034319bbdf7820f4bceac42cee12 (patch) | |
tree | 94352260f033ed1c1dd24230a0a30b071e8b3ada /src/mainview.h | |
parent | notification system made default and no more "unsettable" (diff) | |
download | rekonq-09567d9fbf6e034319bbdf7820f4bceac42cee12.tar.xz |
Modified rekonq behaviour:
HomePage has 2 choices: usual home page vs new tab page
new tab has 3: new tabp page, home page, blank page
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 783068f9..c59cca1a 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -110,8 +110,6 @@ public slots: */ void newTab(); - void slotHome(); - void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); void slotCloseOtherTabs(int index); |