summaryrefslogtreecommitdiff
path: root/src/urlbar
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-13 11:11:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-13 11:11:05 +0200
commitb7deeaf321b9f145018811eb4ce78776c06d9832 (patch)
treecda0d89e107dbdc8e73772ddbed5e818fcb540a0 /src/urlbar
parentrekonq 0.4.60 (diff)
downloadrekonq-b7deeaf321b9f145018811eb4ce78776c06d9832.tar.xz
oops :)
QT_FATAL_WARNINGS=1 rekonq --> crash Fixed
Diffstat (limited to 'src/urlbar')
-rw-r--r--src/urlbar/urlbar.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 5423e5d0..dcdda533 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -68,9 +68,6 @@ UrlBar::UrlBar(QWidget *parent)
connect(_tab->view(), SIGNAL(urlChanged(const QUrl &)), this, SLOT(setQUrl(const QUrl &)));
connect(_tab->view(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished()));
- // load urls on activated urlbar signal
- connect(this, SIGNAL(returnPressed(const QString&)), this, SLOT(activated(const QString&)));
-
// suggestions
installEventFilter(_box);
connect(_box, SIGNAL(chosenUrl(const KUrl &, Rekonq::OpenType)), SLOT(activated(const KUrl &, Rekonq::OpenType)));