summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Feck <christoph@maxiom.de>2011-01-09 15:18:44 +0100
committerChristoph Feck <christoph@maxiom.de>2011-01-09 15:18:44 +0100
commited7812965d92d4128329cc903b2af1a34590a17b (patch)
tree513a05685a521ae3edd0e87d3850125c3cb3f5d4 /src
parentrekonq 0.6.60 (diff)
downloadrekonq-ed7812965d92d4128329cc903b2af1a34590a17b.tar.xz
SVN_SILENT compile
Diffstat (limited to 'src')
-rw-r--r--src/webpage.cpp2
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