summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/searchdialog/csearchresultview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:17:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:17:52 -0600
commitfcd6d02dc0202443468a21ac982c0f24a1265199 (patch)
tree5e3310de4c224a1e967b9b5d3a2e3690367fff15 /bibletime/frontend/searchdialog/csearchresultview.cpp
parenta42abcb80abc3b4e0f468f4148e7e8c6575cb121 (diff)
downloadbibletime-fcd6d02dc0202443468a21ac982c0f24a1265199.tar.gz
bibletime-fcd6d02dc0202443468a21ac982c0f24a1265199.zip
Rename additional global TQt functions
Diffstat (limited to 'bibletime/frontend/searchdialog/csearchresultview.cpp')
-rw-r--r--bibletime/frontend/searchdialog/csearchresultview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/searchdialog/csearchresultview.cpp b/bibletime/frontend/searchdialog/csearchresultview.cpp
index 51c9492..1e9dd38 100644
--- a/bibletime/frontend/searchdialog/csearchresultview.cpp
+++ b/bibletime/frontend/searchdialog/csearchresultview.cpp
@@ -148,7 +148,7 @@ void CSearchResultView::setupStrongsTree(CSwordModuleInfo* m, TQStringList* vLis
/** Is connected to the signal executed, which is emitted when a mew item was chosen. */
void CSearchResultView::executed(TQListViewItem* item) {
// Q_ASSERT(item);
- // qWarning("executed");
+ // tqWarning("executed");
emit keySelected(item->text(0));
}