From e985f7e545f4739493965aad69bbecb136dc9346 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 16 Jun 2011 19:02:47 +0000 Subject: TQt4 port kdewebdev This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/project/projectnewgeneral.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'quanta/project/projectnewgeneral.h') diff --git a/quanta/project/projectnewgeneral.h b/quanta/project/projectnewgeneral.h index 6f39fde6..21c594f3 100644 --- a/quanta/project/projectnewgeneral.h +++ b/quanta/project/projectnewgeneral.h @@ -28,8 +28,9 @@ class KURL; class ProjectNewGeneral : public ProjectNewGeneralS { Q_OBJECT + TQ_OBJECT public: - ProjectNewGeneral(TQWidget *parent=0, const char *name=0); + ProjectNewGeneral(TQWidget *tqparent=0, const char *name=0); ~ProjectNewGeneral(); TQString type(); -- cgit v1.2.1