summaryrefslogtreecommitdiffstats
path: root/kate/htmltools/plugin_katehtmltools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/htmltools/plugin_katehtmltools.cpp')
-rw-r--r--kate/htmltools/plugin_katehtmltools.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/htmltools/plugin_katehtmltools.cpp b/kate/htmltools/plugin_katehtmltools.cpp
index ba7c530..edf2ef1 100644
--- a/kate/htmltools/plugin_katehtmltools.cpp
+++ b/kate/htmltools/plugin_katehtmltools.cpp
@@ -36,8 +36,8 @@ class PluginView : public KXMLGUIClient
Kate::MainWindow *win;
};
-PluginKateHtmlTools::PluginKateHtmlTools( TQObject* tqparent, const char* name, const TQStringList& )
- : Kate::Plugin ( (Kate::Application *)tqparent, name )
+PluginKateHtmlTools::PluginKateHtmlTools( TQObject* parent, const char* name, const TQStringList& )
+ : Kate::Plugin ( (Kate::Application *)parent, name )
{
}