summaryrefslogtreecommitdiffstats
path: root/kate/openheader/plugin_kateopenheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/openheader/plugin_kateopenheader.h')
-rw-r--r--kate/openheader/plugin_kateopenheader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/openheader/plugin_kateopenheader.h b/kate/openheader/plugin_kateopenheader.h
index 61b6058..b198a9f 100644
--- a/kate/openheader/plugin_kateopenheader.h
+++ b/kate/openheader/plugin_kateopenheader.h
@@ -18,7 +18,7 @@
#ifndef _PLUGIN_KANT_HEADER_H
#define _PLUGIN_KANT_HEADER_H
-#include <qstring.h>
+#include <tqstring.h>
#include <kate/plugin.h>
#include <kate/application.h>
@@ -33,7 +33,7 @@ class PluginKateOpenHeader : public Kate::Plugin, Kate::PluginViewInterface
Q_OBJECT
public:
- PluginKateOpenHeader( QObject* parent = 0, const char* name = 0, const QStringList& = QStringList() );
+ PluginKateOpenHeader( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() );
virtual ~PluginKateOpenHeader();
void addView (Kate::MainWindow *win);
@@ -41,10 +41,10 @@ class PluginKateOpenHeader : public Kate::Plugin, Kate::PluginViewInterface
public slots:
void slotOpenHeader ();
- void tryOpen( const KURL& url, const QStringList& extensions );
+ void tryOpen( const KURL& url, const TQStringList& extensions );
private:
- QPtrList<class PluginView> m_views;
+ TQPtrList<class PluginView> m_views;
};
#endif // _PLUGIN_KANT_OPENHEADER_H