diff options
Diffstat (limited to 'parts/tools')
-rw-r--r-- | parts/tools/kapplicationtree.h | 2 | ||||
-rw-r--r-- | parts/tools/tools_part.h | 2 | ||||
-rw-r--r-- | parts/tools/toolsconfig.h | 2 | ||||
-rw-r--r-- | parts/tools/toolsconfigwidget.h | 2 |
4 files changed, 4 insertions, 4 deletions
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); |