summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/cprinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cprinter.h')
-rw-r--r--bibletime/frontend/cprinter.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bibletime/frontend/cprinter.h b/bibletime/frontend/cprinter.h
index fd28280..c65bb7e 100644
--- a/bibletime/frontend/cprinter.h
+++ b/bibletime/frontend/cprinter.h
@@ -20,7 +20,7 @@
#include "frontend/cbtconfig.h"
//Qt includes
-#include <qobject.h>
+#include <tqobject.h>
class KHTMLPart;
@@ -31,11 +31,11 @@ namespace Printing {
*
* @author The BibleTime team
*/
-class CPrinter : public QObject, public Rendering::CDisplayRendering {
+class CPrinter : public TQObject, public Rendering::CDisplayRendering {
Q_OBJECT
public:
CPrinter(
- QObject *parent, CSwordBackend::DisplayOptions displayOptions, CSwordBackend::FilterOptions filterOptions
+ TQObject *parent, CSwordBackend::DisplayOptions displayOptions, CSwordBackend::FilterOptions filterOptions
);
virtual ~CPrinter();
@@ -43,9 +43,9 @@ public:
void printKeyTree( KeyTree& );
protected:
- virtual const QString entryLink(const KeyTreeItem& item, CSwordModuleInfo* const module);
- virtual const QString renderEntry( const KeyTreeItem&, CSwordKey* = 0 );
- virtual const QString finishText(const QString& arg1, KeyTree& tree);
+ virtual const TQString entryLink(const KeyTreeItem& item, CSwordModuleInfo* const module);
+ virtual const TQString renderEntry( const KeyTreeItem&, CSwordKey* = 0 );
+ virtual const TQString finishText(const TQString& arg1, KeyTree& tree);
private:
KHTMLPart* m_htmlPart;