summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/cswordmodulesearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/cswordmodulesearch.h')
-rw-r--r--bibletime/backend/cswordmodulesearch.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/bibletime/backend/cswordmodulesearch.h b/bibletime/backend/cswordmodulesearch.h
index 8c65d1c..2e871cf 100644
--- a/bibletime/backend/cswordmodulesearch.h
+++ b/bibletime/backend/cswordmodulesearch.h
@@ -19,9 +19,9 @@
#include "util/cpointers.h"
//Qt includes
-#include <qptrlist.h>
-#include <qstring.h>
-#include <qsignal.h>
+#include <tqptrlist.h>
+#include <tqstring.h>
+#include <tqsignal.h>
//System includes
#include <pthread.h>
@@ -48,7 +48,7 @@ public:
/**
* Sets the text which should be search in the modules.
*/
- void setSearchedText( const QString& );
+ void setSearchedText( const TQString& );
/**
* Starts the search for the search text.
*/
@@ -74,7 +74,7 @@ public:
*/
const sword::ListKey& searchScope() const;
- void connectFinished( QObject * receiver, const char * member );
+ void connectFinished( TQObject * receiver, const char * member );
void searchFinished();
/**
@@ -83,7 +83,7 @@ public:
const bool modulesHaveIndices( const ListCSwordModuleInfo& );
protected:
- QString m_searchedText;
+ TQString m_searchedText;
sword::ListKey m_searchScope;
ListCSwordModuleInfo m_moduleList;
@@ -92,7 +92,7 @@ protected:
bool m_foundItems;
private:
- QSignal m_finishedSig;
+ TQSignal m_finishedSig;
static CSwordModuleSearch* searcher;
};