From 395a904bff7b4d6ead445c342f7ac0c5fbf29121 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Jun 2011 17:00:31 +0000 Subject: TQt4 port kdeaddons This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/alarm/wakeup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'noatun-plugins/alarm/wakeup.h') diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h index e37ff4a..96628dc 100644 --- a/noatun-plugins/alarm/wakeup.h +++ b/noatun-plugins/alarm/wakeup.h @@ -32,6 +32,7 @@ class KPercentSpinBox; class Wakeup : public TQObject, public Plugin { Q_OBJECT + TQ_OBJECT NOATUNPLUGIND public: @@ -60,9 +61,10 @@ private: class WakeupPrefs : public CModule { Q_OBJECT + TQ_OBJECT public: - WakeupPrefs( TQObject *parent ); + WakeupPrefs( TQObject *tqparent ); virtual void save(); virtual void load(); public slots: -- cgit v1.2.1