diff options
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; } |