diff options
Diffstat (limited to 'languages/python/pythonsupportpart.h')
-rw-r--r-- | languages/python/pythonsupportpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h index 01fde048..e9e65bfa 100644 --- a/languages/python/pythonsupportpart.h +++ b/languages/python/pythonsupportpart.h @@ -26,7 +26,7 @@ class PythonSupportPart : public KDevLanguageSupport TQ_OBJECT public: - PythonSupportPart( TQObject *tqparent, const char *name, const TQStringList & ); + PythonSupportPart( TQObject *parent, const char *name, const TQStringList & ); ~PythonSupportPart(); virtual KDevDesignerIntegration *designer(KInterfaceDesigner::DesignerType type); |