summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-15 11:15:21 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-15 11:15:21 +0100
commit1efea8ed92f07e8a1156d87fa59f259e3b78bccd (patch)
tree9e46d48df9d7b43b5de58ffb93b4194dac8ef0b3 /src/webview.h
parentRework on load/stop/reload action (diff)
downloadrekonq-1efea8ed92f07e8a1156d87fa59f259e3b78bccd.tar.xz
Move icon manager download system to QNAM
& Search also for favicon.ico files This seems to be the unique method to surely workaround this bug rekonq encounters when tries to load an unextant favicon with KIO (see BUG:289029 )
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index 0d94aaf6..6eb5b84d 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -106,7 +106,7 @@ private Q_SLOTS:
void hideAccessKeys();
void loadStarted();
-
+
Q_SIGNALS:
void loadUrl(const KUrl &, const Rekonq::OpenType &);
void zoomChanged(int);