summaryrefslogtreecommitdiffstats
path: root/kate/htmltools/plugin_katehtmltools.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/htmltools/plugin_katehtmltools.h')
-rw-r--r--kate/htmltools/plugin_katehtmltools.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kate/htmltools/plugin_katehtmltools.h b/kate/htmltools/plugin_katehtmltools.h
index 8f134ce..695211c 100644
--- a/kate/htmltools/plugin_katehtmltools.h
+++ b/kate/htmltools/plugin_katehtmltools.h
@@ -18,7 +18,7 @@
#ifndef _PLUGIN_KANT_HTMLTOOLS_H
#define _PLUGIN_KANT_HTMLTOOLS_H
-#include <qstring.h>
+#include <tqstring.h>
#include <kate/plugin.h>
#include <kate/application.h>
@@ -33,18 +33,18 @@ class PluginKateHtmlTools : public Kate::Plugin, Kate::PluginViewInterface
Q_OBJECT
public:
- PluginKateHtmlTools( QObject* parent = 0, const char* name = 0, const QStringList& = QStringList() );
+ PluginKateHtmlTools( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() );
virtual ~PluginKateHtmlTools();
void addView (Kate::MainWindow *win);
void removeView (Kate::MainWindow *win);
private:
- QPtrList<class PluginView> m_views;
+ TQPtrList<class PluginView> m_views;
- QString KatePrompt (const QString & strTitle, const QString &strPrompt,
- QWidget * that);
- void slipInHTMLtag (Kate::View & view, QString text);
+ TQString KatePrompt (const TQString & strTitle, const TQString &strPrompt,
+ TQWidget * that);
+ void slipInHTMLtag (Kate::View & view, TQString text);
public slots:
void slotEditHTMLtag();