summaryrefslogtreecommitdiffstats
path: root/kate/xmlcheck
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:43 -0600
commit28166400a4ac95793e5adb51721722e8656ebe4a (patch)
tree335bf692046a5d4cc10b2dc3f8beaa350c9607cb /kate/xmlcheck
parent2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff)
downloadtdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz
tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kate/xmlcheck')
-rw-r--r--kate/xmlcheck/plugin_katexmlcheck.h4
1 files changed, 2 insertions, 2 deletions
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() );