diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-28 18:32:05 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-28 18:32:05 +0100 |
commit | d6c022a8b01715f50d227c938beed680ac40ace0 (patch) | |
tree | 52e2b70af1c7f5fe59f6da141bf44a794f946bb5 /src/urlbar/urlbar.cpp | |
parent | Krazy Fixes, first shot (diff) | |
download | rekonq-d6c022a8b01715f50d227c938beed680ac40ace0.tar.xz |
Krazy fixes, second shot (normalize)
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r-- | src/urlbar/urlbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 1e572ea6..4aeec1b2 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -160,7 +160,7 @@ UrlBar::UrlBar(QWidget *parent) connect(BookmarkManager::self(), SIGNAL(bookmarksUpdated()), this, SLOT(updateRightIcons())); // suggestions - connect(_box.data(), SIGNAL(chosenUrl(KUrl, Rekonq::OpenType)), this, SLOT(loadRequestedUrl(KUrl, Rekonq::OpenType))); + connect(_box.data(), SIGNAL(chosenUrl(KUrl,Rekonq::OpenType)), this, SLOT(loadRequestedUrl(KUrl,Rekonq::OpenType))); connect(this, SIGNAL(textEdited(QString)), this, SLOT(detectTypedString(QString))); _suggestionTimer->setSingleShot(true); |