From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kolourpaint/kpsinglekeytriggersaction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kolourpaint/kpsinglekeytriggersaction.h') diff --git a/kolourpaint/kpsinglekeytriggersaction.h b/kolourpaint/kpsinglekeytriggersaction.h index 2c1ddf3f..7b7001ff 100644 --- a/kolourpaint/kpsinglekeytriggersaction.h +++ b/kolourpaint/kpsinglekeytriggersaction.h @@ -60,12 +60,13 @@ class kpSingleKeyTriggersAction : public KAction, public kpSingleKeyTriggersActionInterface { Q_OBJECT + TQ_OBJECT public: kpSingleKeyTriggersAction (const TQString &text, const KShortcut &shortcut, const TQObject *receiver, const char *slot, - KActionCollection *parent, const char *name); + KActionCollection *tqparent, const char *name); virtual ~kpSingleKeyTriggersAction (); -- cgit v1.2.1