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/xmlcheck/plugin_katexmlcheck.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/xmlcheck') diff --git a/kate/xmlcheck/plugin_katexmlcheck.h b/kate/xmlcheck/plugin_katexmlcheck.h index 8e0577a..dda8683 100644 --- a/kate/xmlcheck/plugin_katexmlcheck.h +++ b/kate/xmlcheck/plugin_katexmlcheck.h @@ -44,7 +44,7 @@ class PluginKateXMLCheckView : public TQListView, public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: PluginKateXMLCheckView(TQWidget *parent,Kate::MainWindow *mainwin,const char* name); @@ -73,7 +73,7 @@ class PluginKateXMLCheckView : public TQListView, public KXMLGUIClient class PluginKateXMLCheck : public Kate::Plugin, Kate::PluginViewInterface { Q_OBJECT - TQ_OBJECT + public: PluginKateXMLCheck( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() ); -- cgit v1.2.1