diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-23 16:30:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-23 16:30:19 +0200 |
commit | 03689e5270b377c072ac79a75585a18a0729bbfc (patch) | |
tree | 290e8968cc09c0d2650c3323e6bbde857e32baf1 /src/mainview.cpp | |
parent | Fixing rekonq home page urlbar focus issue (diff) | |
download | rekonq-03689e5270b377c072ac79a75585a18a0729bbfc.tar.xz |
Fixing tab moving behaviour
(Johannes Zellner patch I forgot to apply. Again, sorry!!)
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 655122a2..556898a3 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -92,7 +92,6 @@ MainView::MainView(QWidget *parent) connect(m_tabBar, SIGNAL(closeOtherTabs(int)), this, SLOT(slotCloseOtherTabs(int))); connect(m_tabBar, SIGNAL(reloadTab(int)), this, SLOT(slotReloadTab(int))); connect(m_tabBar, SIGNAL(reloadAllTabs()), this, SLOT(slotReloadAllTabs())); - connect(m_tabBar, SIGNAL(tabMoved(int, int)), this, SLOT(moveTab(int, int))); // connecting urlbar signals connect(urlBar(), SIGNAL(activated(const KUrl&)), Application::instance(), SLOT(loadUrl(const KUrl&))); |