summaryrefslogtreecommitdiffstats
path: root/bibletime/bibletime_dcop.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:22 -0600
commitb3e956791016cf9eb1bf6a2138066bdd4d4cab8a (patch)
treef597165839e56186e005ee331ac5a88a1cdb5739 /bibletime/bibletime_dcop.cpp
parent9eb680e22cbcae634c6ff3833eddaff9e3be40e7 (diff)
downloadbibletime-b3e956791016cf9eb1bf6a2138066bdd4d4cab8a.tar.gz
bibletime-b3e956791016cf9eb1bf6a2138066bdd4d4cab8a.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'bibletime/bibletime_dcop.cpp')
-rw-r--r--bibletime/bibletime_dcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/bibletime_dcop.cpp b/bibletime/bibletime_dcop.cpp
index 37722b5..1d8e798 100644
--- a/bibletime/bibletime_dcop.cpp
+++ b/bibletime/bibletime_dcop.cpp
@@ -95,7 +95,7 @@ TQStringList BibleTime::searchInModule(const TQString& moduleName, const TQStrin
mod->searchIndexed( searchText, scope );
sword::ListKey result = mod->searchResult();
- const TQString lead = TQString("[%1] ").tqarg(moduleName);
+ const TQString lead = TQString("[%1] ").arg(moduleName);
;
for ( int i = 0; i < result.Count(); ++i ) {
sword::SWKey* key = result.getElement(i);