From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- kate/xmltools/plugin_katexmltools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/xmltools/plugin_katexmltools.h') diff --git a/kate/xmltools/plugin_katexmltools.h b/kate/xmltools/plugin_katexmltools.h index 651ba7b..450a1b7 100644 --- a/kate/xmltools/plugin_katexmltools.h +++ b/kate/xmltools/plugin_katexmltools.h @@ -49,7 +49,7 @@ class PluginKateXMLTools : public Kate::Plugin, Kate::PluginViewInterface { Q_OBJECT - TQ_OBJECT + public: @@ -137,7 +137,7 @@ class InsertElement : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: InsertElement( TQWidget *parent, const char *name ); -- cgit v1.2.1