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/lib/designer_integration/implementationwidget.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'languages/lib/designer_integration/implementationwidget.h') diff --git a/languages/lib/designer_integration/implementationwidget.h b/languages/lib/designer_integration/implementationwidget.h index b639b0e8..91f93228 100644 --- a/languages/lib/designer_integration/implementationwidget.h +++ b/languages/lib/designer_integration/implementationwidget.h @@ -40,8 +40,9 @@ Subclasses of this class should reimplement only pure virtual functions in the c class ImplementationWidget : public CreateImplemenationWidgetBase { Q_OBJECT + TQ_OBJECT public: - ImplementationWidget(KDevLanguageSupport *part, TQWidget* parent = 0, const char* name = 0, bool modal = false); + ImplementationWidget(KDevLanguageSupport *part, TQWidget* tqparent = 0, const char* name = 0, bool modal = false); virtual ~ImplementationWidget(); /*$PUBLIC_FUNCTIONS$*/ @@ -60,8 +61,8 @@ protected: the number of classes being displayed as possible implementation classes.*/ void init(const TQString &formName); - void processNamespaces(NamespaceDom dom, KListViewItem *parent); - void processClasses(ClassDom dom, KListViewItem *parent); + void processNamespaces(NamespaceDom dom, KListViewItem *tqparent); + void processClasses(ClassDom dom, KListViewItem *tqparent); /**Creates a class and adds it to a project. No need to reimplement.*/ bool createClass(); -- cgit v1.2.3