summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/cswordmodulesearch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/cswordmodulesearch.cpp')
-rw-r--r--bibletime/backend/cswordmodulesearch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/backend/cswordmodulesearch.cpp b/bibletime/backend/cswordmodulesearch.cpp
index 3d00fd7..0045267 100644
--- a/bibletime/backend/cswordmodulesearch.cpp
+++ b/bibletime/backend/cswordmodulesearch.cpp
@@ -24,7 +24,7 @@
CSwordModuleSearch* CSwordModuleSearch::searcher = 0;
CSwordModuleSearch::CSwordModuleSearch() :
-m_searchedText(QString::null),
+m_searchedText(TQString::null),
m_searchOptions(0),
m_foundItems(false){
searcher = this;
@@ -62,7 +62,7 @@ const bool CSwordModuleSearch::startSearch() {
}
/** Sets the text which should be search in the modules. */
-void CSwordModuleSearch::setSearchedText( const QString& text ) {
+void CSwordModuleSearch::setSearchedText( const TQString& text ) {
m_searchedText = text;
}
@@ -97,7 +97,7 @@ const sword::ListKey& CSwordModuleSearch::searchScope() const {
return m_searchScope;
}
-void CSwordModuleSearch::connectFinished( QObject *receiver, const char *member ) {
+void CSwordModuleSearch::connectFinished( TQObject *receiver, const char *member ) {
m_finishedSig.connect(receiver, member);
}