summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-03 10:04:15 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-03 10:04:15 +0100
commita9c75882d7ba333baf54befcd64fe0bd51e6b220 (patch)
tree22d58db1c63ed2298f53ed4a756ab02f3e34855a /src/webtab.cpp
parentrekonq 0.3.97 (diff)
downloadrekonq-a9c75882d7ba333baf54befcd64fe0bd51e6b220.tar.xz
Removing call to non-extant slot..
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index b4759995..b4e59d84 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -91,8 +91,6 @@ WebTab::WebTab(QWidget *parent)
this, SLOT(createWalletBar(const QString &, const QUrl &)));
}
- connect(view->page(), SIGNAL(statusBarMessage(const QString&)), this, SLOT(setStatusBarText(const QString&)));
-
connect(view, SIGNAL(loadProgress(int)), this, SLOT(updateProgress(int)));
connect(view, SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
}