diff options
author | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-12 17:14:09 +0000 |
---|---|---|
committer | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-12 17:14:09 +0000 |
commit | e3ded2f37091e1fc8c8f988fb98c21020fee2261 (patch) | |
tree | 64ec1c62ea19b679de294844f23a052001f9765f /src/webview.cpp | |
parent | updated CMakeLists.txt (diff) | |
download | rekonq-e3ded2f37091e1fc8c8f988fb98c21020fee2261.tar.xz |
Last krazy issues fixed
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 4ae3986f..055f2f7d 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -143,7 +143,7 @@ bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &r // should be nothing.. default: - kDebug() << "Default NON existant case.."; + kDebug() << "Default NON extant case.."; break; } |