diff options
author | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-06-19 01:18:23 +0400 |
---|---|---|
committer | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-06-19 01:18:23 +0400 |
commit | 76d86dde4d9e5801ccbdce66f8ccaa86ccbd77d0 (patch) | |
tree | 889e033b803dd2cc47184af4a068f60a7b1bf5af /src/application.h | |
parent | Remove unused variable declaration (diff) | |
download | rekonq-76d86dde4d9e5801ccbdce66f8ccaa86ccbd77d0.tar.xz |
Application::icon() changed to static
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index a5658703..7f3e6f3b 100644 --- a/src/application.h +++ b/src/application.h @@ -77,7 +77,7 @@ public: MainWindow *mainWindow(); WebView *newWebView(Rekonq::OpenType type = Rekonq::Default); - KIcon icon(const KUrl &url) const; + static KIcon icon(const KUrl &url); static KUrl guessUrlFromString(const QString &url); |