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/kpercentspinbox.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'noatun-plugins/alarm/kpercentspinbox.h') diff --git a/noatun-plugins/alarm/kpercentspinbox.h b/noatun-plugins/alarm/kpercentspinbox.h index 7f1a3a2..3bfe2e7 100644 --- a/noatun-plugins/alarm/kpercentspinbox.h +++ b/noatun-plugins/alarm/kpercentspinbox.h @@ -1,5 +1,5 @@ /*************************************************************************** - kpercentspinbox.h - QSpinbox with % + kpercentspinbox.h - TQSpinbox with % ------------------- begin : Sun Apr 15 CEST 2001 copyright: (C) 2001 by Mickael Marchand @@ -19,9 +19,10 @@ #include -class KPercentSpinBox : public QSpinBox +class KPercentSpinBox : public TQSpinBox { Q_OBJECT + TQ_OBJECT public: KPercentSpinBox (int _step=1, TQWidget *_parent=0, const char *name=0); -- cgit v1.2.1