summaryrefslogtreecommitdiffstats
path: root/part/kxetexteditordialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxetexteditordialog.h')
-rw-r--r--part/kxetexteditordialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/part/kxetexteditordialog.h b/part/kxetexteditordialog.h
index 8d17be2..d5e02c9 100644
--- a/part/kxetexteditordialog.h
+++ b/part/kxetexteditordialog.h
@@ -18,9 +18,9 @@
#ifndef KXETEXTEDITORDIALOG_H
#define KXETEXTEDITORDIALOG_H
-#include <qwidget.h>
-#include <qstring.h>
-#include <qsyntaxhighlighter.h>
+#include <tqwidget.h>
+#include <tqstring.h>
+#include <tqsyntaxhighlighter.h>
#include <ktextedit.h>
@@ -35,11 +35,11 @@ class KXETextEditorDialog : public KXETextEditorDialogBase
{
Q_OBJECT
public:
- KXETextEditorDialog(QWidget *parent=0, const char *name=0);
+ KXETextEditorDialog(TQWidget *parent=0, const char *name=0);
~KXETextEditorDialog();
- QString editorText() const { return m_pTextEditor->text(); }
- void setEditorText(const QString strText) { m_pTextEditor->setText(strText); }
+ TQString editorText() const { return m_pTextEditor->text(); }
+ void setEditorText(const TQString strText) { m_pTextEditor->setText(strText); }
public slots: