summaryrefslogtreecommitdiffstats
path: root/part/kxetexteditordialog.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-03-26 12:35:35 +0100
committerSlávek Banko <[email protected]>2016-03-26 14:10:15 +0100
commit38dca4b75c471ddf950e2f9f03801c550d7d26fd (patch)
treef5923ce5d84971f1f394baf7411146f078c02fab /part/kxetexteditordialog.h
parente28665ce3b2e9ec6f09b4c021db7443cac3c4128 (diff)
downloadkxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.tar.gz
kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
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: