From 0fed1a188b8d8be416550c63e2d5954f06434386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- parts/tools/kapplicationtree.h | 2 +- parts/tools/tools_part.h | 2 +- parts/tools/toolsconfig.h | 2 +- parts/tools/toolsconfigwidget.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'parts/tools') diff --git a/parts/tools/kapplicationtree.h b/parts/tools/kapplicationtree.h index 4887d848..4e76dab8 100644 --- a/parts/tools/kapplicationtree.h +++ b/parts/tools/kapplicationtree.h @@ -74,7 +74,7 @@ protected: class KDevApplicationTree : public KListView { Q_OBJECT - TQ_OBJECT + public: KDevApplicationTree( TQWidget *parent, const char* name = 0 ); diff --git a/parts/tools/tools_part.h b/parts/tools/tools_part.h index 6b24b7b9..20af2ea8 100644 --- a/parts/tools/tools_part.h +++ b/parts/tools/tools_part.h @@ -23,7 +23,7 @@ class ToolsWidget; class ToolsPart : public KDevPlugin { Q_OBJECT - TQ_OBJECT + public: diff --git a/parts/tools/toolsconfig.h b/parts/tools/toolsconfig.h index 4b5cf26f..074d5900 100644 --- a/parts/tools/toolsconfig.h +++ b/parts/tools/toolsconfig.h @@ -27,7 +27,7 @@ public: class ToolsConfig : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/parts/tools/toolsconfigwidget.h b/parts/tools/toolsconfigwidget.h index bb349b26..0527a0e2 100644 --- a/parts/tools/toolsconfigwidget.h +++ b/parts/tools/toolsconfigwidget.h @@ -23,7 +23,7 @@ struct ToolsConfigEntry; class ToolsConfigWidget : public ToolsConfigWidgetBase { Q_OBJECT - TQ_OBJECT + public: ToolsConfigWidget(TQWidget *parent=0, const char *name=0); -- cgit v1.2.1