summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display/chtmlwritedisplay.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-17 17:31:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-17 17:31:58 +0000
commitb6027ae3f71e2c1961357500b9da203e3a04a194 (patch)
treef6e7cbb9ad81542a6287c7c60602d5a38cf24457 /bibletime/frontend/display/chtmlwritedisplay.h
parent1ed307edd091effc390a7b98986fccb0f8307582 (diff)
downloadbibletime-b6027ae3f71e2c1961357500b9da203e3a04a194.tar.gz
bibletime-b6027ae3f71e2c1961357500b9da203e3a04a194.zip
TQt4 port Bibletime
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1232459 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime/frontend/display/chtmlwritedisplay.h')
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/bibletime/frontend/display/chtmlwritedisplay.h b/bibletime/frontend/display/chtmlwritedisplay.h
index 4d9a508..d38a7c2 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.h
+++ b/bibletime/frontend/display/chtmlwritedisplay.h
@@ -15,7 +15,7 @@
//BibleTime includes
#include "cplainwritedisplay.h"
-//Qt includes
+//TQt includes
#include <tqwidget.h>
#include <tqtextedit.h>
@@ -34,6 +34,7 @@ class KColorButton;
*/
class CHTMLWriteDisplay : public CPlainWriteDisplay {
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Sets the new text for this display widget.
@@ -51,7 +52,7 @@ public:
protected:
friend class CDisplay;
- CHTMLWriteDisplay(CWriteWindow* parentWindow, TQWidget* parent);
+ CHTMLWriteDisplay(CWriteWindow* tqparentWindow, TQWidget* tqparent);
~CHTMLWriteDisplay();
/**
* Reimplementation to show a popup menu if the right mouse butoon was clicked.
@@ -69,7 +70,7 @@ protected slots:
void slotFontChanged( const TQFont& );
/**
- * The text's alignment changed. Enable the right buttons.
+ * The text's tqalignment changed. Enable the right buttons.
*/
void slotAlignmentChanged( int );
/**