diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:32 -0600 |
commit | 0fed1a188b8d8be416550c63e2d5954f06434386 (patch) | |
tree | 19f346183997f815423bd63cb9f2e86baa1f3b14 /languages/python | |
parent | 01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff) | |
download | tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'languages/python')
-rw-r--r-- | languages/python/pythonconfigwidget.h | 2 | ||||
-rw-r--r-- | languages/python/pythonimplementationwidget.h | 2 | ||||
-rw-r--r-- | languages/python/pythonsupportpart.h | 2 | ||||
-rw-r--r-- | languages/python/qtdesignerpythonintegration.h | 2 |
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); |