summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-10 15:14:50 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-10 15:14:50 +0200
commitaa34e511fceac0451de3d03319d9caa320c2ccb6 (patch)
tree08772d0fd8aa7349c279e021c811961712da5a7a /src/mainwindow.cpp
parentRemoving unuseful QUrl class from guessUrlFromString method (diff)
downloadrekonq-aa34e511fceac0451de3d03319d9caa320c2ccb6.tar.xz
Fixing bug 203156, about stop/reload switch on tab switching.
Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8a527df2..5399a488 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -252,7 +252,7 @@ void MainWindow::setupActions()
m_stopReloadAction = new KAction(this);
actionCollection()->addAction(QLatin1String("stop_reload") , m_stopReloadAction);
m_stopReloadAction->setShortcutConfigurable(false);
- connect(m_view, SIGNAL(browserLoading(bool)), this, SLOT(slotBrowserLoading(bool)));
+ connect(m_view, SIGNAL(browserTabLoading(bool)), this, SLOT(slotBrowserLoading(bool)));
slotBrowserLoading(false); //first init for blank start page
// ============== Custom Actions