summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorDario Freddi <drf@kde.org>2009-10-13 00:50:53 +0200
committerDario Freddi <drf@kde.org>2009-10-13 00:50:53 +0200
commitaa1193e1190ef8775ce13573f8ff57b8f876bdff (patch)
treeb8b166b3e540766e40a66427190ca7f9dd8e8c61 /src/webview.cpp
parentRemove rekonq's custom proxy implementation to use KDE's proxy settings throu... (diff)
downloadrekonq-aa1193e1190ef8775ce13573f8ff57b8f876bdff.tar.xz
Small fixes (const issue, single char issue, file not ending with a new line), and adding the correct schema to kconfigxt files
Signed-off-by: Dario Freddi <drf@kde.org>
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index a2662399..9e06c9da 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -432,4 +432,4 @@ void WebView::keyPressEvent(QKeyEvent *event)
return;
}
QWebView::keyPressEvent(event);
-} \ No newline at end of file
+}