summaryrefslogtreecommitdiffstats
path: root/kate/cppsymbolviewer/plugin_katesymbolviewer.h
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/cppsymbolviewer/plugin_katesymbolviewer.h
parent2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff)
downloadtdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz
tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kate/cppsymbolviewer/plugin_katesymbolviewer.h')
-rw-r--r--kate/cppsymbolviewer/plugin_katesymbolviewer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/cppsymbolviewer/plugin_katesymbolviewer.h b/kate/cppsymbolviewer/plugin_katesymbolviewer.h
index 1c1e3f8..ed6145d 100644
--- a/kate/cppsymbolviewer/plugin_katesymbolviewer.h
+++ b/kate/cppsymbolviewer/plugin_katesymbolviewer.h
@@ -46,7 +46,7 @@
class KatePluginSymbolViewerView : public TQObject, public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
KatePluginSymbolViewerView (Kate::MainWindow *w);
@@ -89,7 +89,7 @@ class KatePluginSymbolViewerView : public TQObject, public KXMLGUIClient
class KatePluginSymbolViewerConfigPage : public Kate::PluginConfigPage
{
Q_OBJECT
- TQ_OBJECT
+
friend class KatePluginSymbolViewer;
@@ -125,7 +125,7 @@ class KatePluginSymbolViewerConfigPage : public Kate::PluginConfigPage
class KatePluginSymbolViewer : public Kate::Plugin, Kate::PluginViewInterface, Kate::PluginConfigInterfaceExtension
{
Q_OBJECT
- TQ_OBJECT
+
public:
KatePluginSymbolViewer( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() );