summaryrefslogtreecommitdiffstats
path: root/bibletime/backend/cbookdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/backend/cbookdisplay.h')
-rw-r--r--bibletime/backend/cbookdisplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/backend/cbookdisplay.h b/bibletime/backend/cbookdisplay.h
index 56fc2f2..3de4ed9 100644
--- a/bibletime/backend/cbookdisplay.h
+++ b/bibletime/backend/cbookdisplay.h
@@ -35,10 +35,10 @@ public: // Public methods
* Returns the rendered text using the modules in the list and using the key parameter.
* The displayoptions and filter options are used, too.
*/
- virtual const QString text( const ListCSwordModuleInfo& modules, const QString& key, const CSwordBackend::DisplayOptions displayOptions, const CSwordBackend::FilterOptions filterOptions);
+ virtual const TQString text( const ListCSwordModuleInfo& modules, const TQString& key, const CSwordBackend::DisplayOptions displayOptions, const CSwordBackend::FilterOptions filterOptions);
protected:
- void setupRenderTree(CSwordTreeKey* swordTree, CTextRendering::KeyTree* renderTree, const QString& highlightKey);
+ void setupRenderTree(CSwordTreeKey* swordTree, CTextRendering::KeyTree* renderTree, const TQString& highlightKey);
};
};