summaryrefslogtreecommitdiffstats
path: root/languages/python
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python')
-rw-r--r--languages/python/pythonconfigwidget.h2
-rw-r--r--languages/python/pythonimplementationwidget.h2
-rw-r--r--languages/python/pythonsupportpart.h2
-rw-r--r--languages/python/qtdesignerpythonintegration.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/languages/python/pythonconfigwidget.h b/languages/python/pythonconfigwidget.h
index 5cfd8505..3d6cbd81 100644
--- a/languages/python/pythonconfigwidget.h
+++ b/languages/python/pythonconfigwidget.h
@@ -19,7 +19,7 @@
class PythonConfigWidget : public PythonConfigWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
PythonConfigWidget( TQDomDocument &projectDom, TQWidget *parent=0, const char *name=0 );
diff --git a/languages/python/pythonimplementationwidget.h b/languages/python/pythonimplementationwidget.h
index b20c098c..2418a3fc 100644
--- a/languages/python/pythonimplementationwidget.h
+++ b/languages/python/pythonimplementationwidget.h
@@ -25,7 +25,7 @@
class PythonImplementationWidget : public ImplementationWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
PythonImplementationWidget(KDevLanguageSupport* part, TQWidget* parent = 0, const char* name = 0, bool modal = true);
diff --git a/languages/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h
index ed569f50..e787f44d 100644
--- a/languages/python/pythonsupportpart.h
+++ b/languages/python/pythonsupportpart.h
@@ -23,7 +23,7 @@ class Context;
class PythonSupportPart : public KDevLanguageSupport
{
Q_OBJECT
- TQ_OBJECT
+
public:
PythonSupportPart( TQObject *parent, const char *name, const TQStringList & );
diff --git a/languages/python/qtdesignerpythonintegration.h b/languages/python/qtdesignerpythonintegration.h
index f9d9606b..4eb1aa01 100644
--- a/languages/python/qtdesignerpythonintegration.h
+++ b/languages/python/qtdesignerpythonintegration.h
@@ -25,7 +25,7 @@
class QtDesignerPythonIntegration : public QtDesignerIntegration
{
Q_OBJECT
- TQ_OBJECT
+
public:
QtDesignerPythonIntegration(KDevLanguageSupport* part, ImplementationWidget* impl);