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 --- lib/interfaces/kdevcore.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/interfaces/kdevcore.h') diff --git a/lib/interfaces/kdevcore.h b/lib/interfaces/kdevcore.h index de2fccd8..09fba17c 100644 --- a/lib/interfaces/kdevcore.h +++ b/lib/interfaces/kdevcore.h @@ -297,14 +297,15 @@ It defines: - etc. . */ -class KDevCore: public QObject +class KDevCore: public TQObject { Q_OBJECT + TQ_OBJECT public: /**Constructor - @param parent The TQObject that's the parent of this class. + @param tqparent The TQObject that's the tqparent of this class. @param name The name of the class.*/ - KDevCore(TQObject *parent=0, const char *name=0); + KDevCore(TQObject *tqparent=0, const char *name=0); /**Destructor.*/ virtual ~KDevCore(); -- cgit v1.2.3