summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-17 02:03:21 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-17 02:03:21 +0100
commit3fcb4e226ebe126f6c3a289d34f1b6a83c1444c1 (patch)
tree4a9b7ed9ede825c7c11e1f024f11e9c4c01eafb1 /src/webview.cpp
parentEnhanced CMakeLists.txt (diff)
downloadrekonq-3fcb4e226ebe126f6c3a289d34f1b6a83c1444c1.tar.xz
qDebug && qWarning --> kDebug && kWarning
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index f836b5ea..edae86eb 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -237,7 +237,7 @@ void WebView::loadFinished()
{
if (m_progress != 100)
{
- qWarning() << "Recieved finished signal while progress is still:" << progress()
+ kWarning() << "Recieved finished signal while progress is still:" << progress()
<< "Url:" << url();
}
m_progress = 0;