summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/cswordlexiconmoduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/cswordlexiconmoduleinfo.h')
-rw-r--r--bibletime/backend/cswordlexiconmoduleinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/backend/cswordlexiconmoduleinfo.h b/bibletime/backend/cswordlexiconmoduleinfo.h
index 8b8e8fe..b91ca05 100644
--- a/bibletime/backend/cswordlexiconmoduleinfo.h
+++ b/bibletime/backend/cswordlexiconmoduleinfo.h
@@ -16,7 +16,7 @@
#include "cswordmoduleinfo.h"
//Qt includes
-#include <qstringlist.h>
+#include <tqstringlist.h>
/**
* The implementation of CModuleInfo for the Sword lexiccons and citionaries.
@@ -49,7 +49,7 @@ public:
* If the function is called again, the cached list is returned so we have a major speed improvement.
* @return The list of lexicon entries
*/
- QStringList* const entries();
+ TQStringList* const entries();
/**
* Reimplementation, to return the right type for this lexicon.
*/
@@ -63,7 +63,7 @@ private:
/**
* This is the list which caches the entres of the module.
*/
- QStringList* m_entryList;
+ TQStringList* m_entryList;
};
inline const CSwordModuleInfo::ModuleType CSwordLexiconModuleInfo::type() const {