From 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 20 Apr 2005 06:16:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'. --- .../files/patch-bibletime::backend::cswordbackend.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp (limited to 'misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp') diff --git a/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp b/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp deleted file mode 100644 index fd562d6d8a8c..000000000000 --- a/misc/bibletime-kde3/files/patch-bibletime::backend::cswordbackend.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- bibletime/backend/cswordbackend.cpp Thu Jan 29 01:37:40 2004 -+++ bibletime/backend/cswordbackend.cpp Sat Aug 21 15:12:25 2004 -@@ -66,7 +67,7 @@ - } - - CSwordBackend::CSwordBackend(const QString& path) -- : sword::SWMgr((!path.isEmpty() ? path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 )) -+ : sword::SWMgr((!path.isEmpty() ? (const char*)path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 )) - { - qWarning("backend constructed with a path argument! %s", path.latin1()); - m_displays.entry = 0; -- cgit v1.2.3