summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAlexandr Domrachev <alexandr.domrachev@gmail.com>2009-04-27 18:01:41 +0000
committerAlexandr Domrachev <alexandr.domrachev@gmail.com>2009-04-27 18:01:41 +0000
commit78aef384a57bca278bdd4484e9b31bbd7b88c98e (patch)
tree708e17ee009ec87fd70df78d9be98c4bad5694bd /src/mainview.cpp
parentSome changes ported for merge to mainline (bookmarks & links handling related) (diff)
downloadrekonq-78aef384a57bca278bdd4484e9b31bbd7b88c98e.tar.xz
TabBar code clean. Icons added to context menu
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 9449a9c5..8cf09e2a 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -65,7 +65,6 @@ MainView::MainView(QWidget *parent)
m_loadingGitPath = KStandardDirs::locate("appdata" , "pics/loading.gif");
- connect(m_tabBar, SIGNAL(newTab()), this, SLOT(newWebView()));
connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(slotCloseTab(int)));
connect(m_tabBar, SIGNAL(cloneTab(int)), this, SLOT(slotCloneTab(int)));
connect(m_tabBar, SIGNAL(closeOtherTabs(int)), this, SLOT(slotCloseOtherTabs(int)));