summaryrefslogtreecommitdiffstats
path: root/kate/xmltools/plugin_katexmltools.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/xmltools/plugin_katexmltools.h')
-rw-r--r--kate/xmltools/plugin_katexmltools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/xmltools/plugin_katexmltools.h b/kate/xmltools/plugin_katexmltools.h
index 892a142..651ba7b 100644
--- a/kate/xmltools/plugin_katexmltools.h
+++ b/kate/xmltools/plugin_katexmltools.h
@@ -53,7 +53,7 @@ class PluginKateXMLTools : public Kate::Plugin, Kate::PluginViewInterface
public:
- PluginKateXMLTools( TQObject* tqparent = 0, const char* name = 0, const TQStringList& = TQStringList() );
+ PluginKateXMLTools( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() );
virtual ~PluginKateXMLTools();
void addView ( Kate::MainWindow *win );
void removeView( Kate::MainWindow *win );
@@ -140,7 +140,7 @@ class InsertElement : public KDialogBase
TQ_OBJECT
public:
- InsertElement( TQWidget *tqparent, const char *name );
+ InsertElement( TQWidget *parent, const char *name );
~InsertElement();
TQString showDialog( TQStringList &completions );
private slots: