diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-17 02:03:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-17 02:03:21 +0100 |
commit | 3fcb4e226ebe126f6c3a289d34f1b6a83c1444c1 (patch) | |
tree | 4a9b7ed9ede825c7c11e1f024f11e9c4c01eafb1 /src/webview.cpp | |
parent | Enhanced CMakeLists.txt (diff) | |
download | rekonq-3fcb4e226ebe126f6c3a289d34f1b6a83c1444c1.tar.xz |
qDebug && qWarning --> kDebug && kWarning
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
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; |