diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 10:52:41 +0200 |
commit | 7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd (patch) | |
tree | 6dc67bb0282173cd955f45b704a7e04bac7198dd /src/webpage.cpp | |
parent | Fix Include (diff) | |
download | rekonq-7ddf29246c41b115b3c417e87ef8b23f4a0b0ccd.tar.xz |
Krazy issues fixes. Part 1
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index a2890094..8108d362 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -138,7 +138,7 @@ void WebPage::slotHandleUnsupportedContent(QNetworkReply *reply) return; case KParts::BrowserRun::Cancel: return; - default: // non existant case + default: // non extant case break; } |