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 63a7747c..47056216 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -386,7 +386,7 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply) #if KDE_IS_VERSION( 4, 5, 96) kDebug() << "PUT REPLY ON HOLD..."; KIO::Integration::AccessManager::putReplyOnHold(reply); - #elseif + #else reply->abort(); #endif |