summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/ctextrendering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/ctextrendering.cpp')
-rw-r--r--bibletime/backend/ctextrendering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/ctextrendering.cpp b/bibletime/backend/ctextrendering.cpp
index 5ce2eed..c5fe9f5 100644
--- a/bibletime/backend/ctextrendering.cpp
+++ b/bibletime/backend/ctextrendering.cpp
@@ -218,7 +218,7 @@ const TQString CTextRendering::renderKeyTree( KeyTree& tree ) {
const TQString CTextRendering::renderKeyRange( const TQString& start, const TQString& stop, const ListCSwordModuleInfo& modules, const TQString& highlightKey, const KeyTreeItem::Settings& keySettings ) {
CSwordModuleInfo* module = modules.first();
- //qWarning( "renderKeyRange start %s stop %s \n", start.latin1(), stop.latin1() );
+ //tqWarning( "renderKeyRange start %s stop %s \n", start.latin1(), stop.latin1() );
util::scoped_ptr<CSwordKey> lowerBound( CSwordKey::createInstance(module) );
lowerBound->key(start);