From 96afcb1a290da1f60751112b60a857296d972501 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: Fix remaining instances of tqStatus embedded in user visible strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- bibletime/frontend/btinstallmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibletime/frontend/btinstallmgr.cpp b/bibletime/frontend/btinstallmgr.cpp index b240393..ba72c50 100644 --- a/bibletime/frontend/btinstallmgr.cpp +++ b/bibletime/frontend/btinstallmgr.cpp @@ -327,7 +327,7 @@ namespace BookshelfManager { } void BTInstallMgr::pretqStatus(long totalBytes, long completedBytes, const char* /*message*/) { - qWarning("pre tqStatus: %i / %i", (int)totalBytes, (int)completedBytes); + qWarning("pre Status: %i / %i", (int)totalBytes, (int)completedBytes); emit downloadStarted( "unknown filename" ); m_completedBytes = completedBytes; -- cgit v1.2.1