From 48d4a26399959121f33d2bc3bfe51c7827b654fc Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 14 Jun 2011 16:45:05 +0000 Subject: TQt4 port kdevelop This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/python/pythonsupportpart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages/python/pythonsupportpart.h') diff --git a/languages/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h index 0ea9f1b5..01fde048 100644 --- a/languages/python/pythonsupportpart.h +++ b/languages/python/pythonsupportpart.h @@ -23,9 +23,10 @@ class Context; class PythonSupportPart : public KDevLanguageSupport { Q_OBJECT + TQ_OBJECT public: - PythonSupportPart( TQObject *parent, const char *name, const TQStringList & ); + PythonSupportPart( TQObject *tqparent, const char *name, const TQStringList & ); ~PythonSupportPart(); virtual KDevDesignerIntegration *designer(KInterfaceDesigner::DesignerType type); -- cgit v1.2.3