summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display/chtmlreaddisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/display/chtmlreaddisplay.h')
-rw-r--r--bibletime/frontend/display/chtmlreaddisplay.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/bibletime/frontend/display/chtmlreaddisplay.h b/bibletime/frontend/display/chtmlreaddisplay.h
index 3a4cb02..de5f4fd 100644
--- a/bibletime/frontend/display/chtmlreaddisplay.h
+++ b/bibletime/frontend/display/chtmlreaddisplay.h
@@ -16,7 +16,7 @@
#include "creaddisplay.h"
//#include "frontend/ctooltip.h"
-//Qt includes
+//TQt includes
#include <tqstring.h>
#include <tqwidget.h>
@@ -32,6 +32,7 @@ class CHTMLReadDisplayView;
*/
class CHTMLReadDisplay : public KHTMLPart, public CReadDisplay {
Q_OBJECT
+ TQ_OBJECT
public:
//reimplemented functions from CDisplay
/**
@@ -60,7 +61,7 @@ public:
protected:
friend class CDisplay;
- CHTMLReadDisplay( CReadWindow* readWindow, TQWidget* parent = 0 );
+ CHTMLReadDisplay( CReadWindow* readWindow, TQWidget* tqparent = 0 );
virtual ~CHTMLReadDisplay();
virtual void urlSelected( const TQString& url, int button, int state, const TQString& _target, KParts::URLArgs args);
@@ -113,11 +114,12 @@ protected slots:
class CHTMLReadDisplayView : public KHTMLView, public CPointers {
Q_OBJECT
+ TQ_OBJECT
protected: // Protected methods
friend class CHTMLReadDisplay;
- CHTMLReadDisplayView(CHTMLReadDisplay* display, TQWidget* parent);
+ CHTMLReadDisplayView(CHTMLReadDisplay* display, TQWidget* tqparent);
/**
* Reimplementation from TQScrollView. Sets the right slots
*/