summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display/chtmlwritedisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/display/chtmlwritedisplay.h')
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/bibletime/frontend/display/chtmlwritedisplay.h b/bibletime/frontend/display/chtmlwritedisplay.h
index ad5faa6..4d9a508 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.h
+++ b/bibletime/frontend/display/chtmlwritedisplay.h
@@ -16,12 +16,12 @@
#include "cplainwritedisplay.h"
//Qt includes
-#include <qwidget.h>
-#include <qtextedit.h>
+#include <tqwidget.h>
+#include <tqtextedit.h>
class CWriteWindow;
-class QPopupMenu;
+class TQPopupMenu;
class KToggleAction;
class KFontAction;
@@ -38,11 +38,11 @@ public:
/**
* Sets the new text for this display widget.
*/
- virtual void setText( const QString& newText );
+ virtual void setText( const TQString& newText );
/**
* Returns the text of this edit widget.
*/
- virtual const QString plainText();
+ virtual const TQString plainText();
/**
* Creates the necessary action objects and puts them on the toolbar.
@@ -51,12 +51,12 @@ public:
protected:
friend class CDisplay;
- CHTMLWriteDisplay(CWriteWindow* parentWindow, QWidget* parent);
+ CHTMLWriteDisplay(CWriteWindow* parentWindow, TQWidget* parent);
~CHTMLWriteDisplay();
/**
* Reimplementation to show a popup menu if the right mouse butoon was clicked.
*/
- virtual QPopupMenu* createPopupMenu( const QPoint& pos );
+ virtual TQPopupMenu* createPopupMenu( const TQPoint& pos );
protected slots:
void toggleBold();
@@ -67,7 +67,7 @@ protected slots:
void alignCenter();
void alignRight();
- void slotFontChanged( const QFont& );
+ void slotFontChanged( const TQFont& );
/**
* The text's alignment changed. Enable the right buttons.
*/
@@ -75,11 +75,11 @@ protected slots:
/**
* Is called when a new color was selected.
*/
- void slotColorSelected( const QColor& );
+ void slotColorSelected( const TQColor& );
/**
* Is called when a text with another color was selected.
*/
- void slotColorChanged( const QColor& );
+ void slotColorChanged( const TQColor& );
private:
struct {