diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 15:44:52 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 15:44:52 +0100 |
commit | 39ff47469cdc4a7df148368ed60470dc042f677e (patch) | |
tree | 15df18bf29bff66b15ad16468308766d012ba5a3 /src/urlbar.cpp | |
parent | Merge branch 'master' into mainwindow (diff) | |
download | rekonq-39ff47469cdc4a7df148368ed60470dc042f677e.tar.xz |
{Browser,}Application. Again..
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r-- | src/urlbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp index 5ddb26aa..3940d040 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -21,7 +21,7 @@ #include "urlbar.h" #include "urlbar.moc" -#include "browserapplication.h" +#include "application.h" #include "mainwindow.h" @@ -81,7 +81,7 @@ void UrlBar::webViewUrlChanged(const QUrl &url) void UrlBar::webViewIconChanged() { KUrl url = (m_webView) ? m_webView->url() : KUrl(); - QIcon icon = BrowserApplication::instance()->icon(url); + QIcon icon = Application::instance()->icon(url); QPixmap pixmap(icon.pixmap(16, 16)); QIcon urlIcon = QIcon(pixmap); |