summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/ctextrendering.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-17 17:31:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-17 17:31:58 +0000
commitb6027ae3f71e2c1961357500b9da203e3a04a194 (patch)
treef6e7cbb9ad81542a6287c7c60602d5a38cf24457 /bibletime/backend/ctextrendering.h
parent1ed307edd091effc390a7b98986fccb0f8307582 (diff)
downloadbibletime-b6027ae3.tar.gz
bibletime-b6027ae3.zip
TQt4 port Bibletime
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1232459 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime/backend/ctextrendering.h')
-rw-r--r--bibletime/backend/ctextrendering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/backend/ctextrendering.h b/bibletime/backend/ctextrendering.h
index dcf42a4..c4689b4 100644
--- a/bibletime/backend/ctextrendering.h
+++ b/bibletime/backend/ctextrendering.h
@@ -116,7 +116,7 @@ public:
const TQString renderKeyTree( KeyTree& );
- const TQString renderKeyRange( const TQString& start, const TQString& stop, const ListCSwordModuleInfo& modules, const TQString& hightlightKey = TQString::null, const KeyTreeItem::Settings& settings = KeyTreeItem::Settings() );
+ const TQString renderKeyRange( const TQString& start, const TQString& stop, const ListCSwordModuleInfo& modules, const TQString& hightlightKey = TQString(), const KeyTreeItem::Settings& settings = KeyTreeItem::Settings() );
const TQString renderSingleKey( const TQString& key, const ListCSwordModuleInfo&, const KeyTreeItem::Settings& settings = KeyTreeItem::Settings() );