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/ffrs/ffrs.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'noatun-plugins/ffrs/ffrs.h') diff --git a/noatun-plugins/ffrs/ffrs.h b/noatun-plugins/ffrs/ffrs.h index a29a1c2..c19e86c 100644 --- a/noatun-plugins/ffrs/ffrs.h +++ b/noatun-plugins/ffrs/ffrs.h @@ -5,9 +5,10 @@ #include -class View : public QWidget +class View : public TQWidget { Q_OBJECT + TQ_OBJECT public: View(int width, int height, int block, int unblock, TQColor front, TQColor back, int channel); ~View(); @@ -31,6 +32,7 @@ class FFRSPrefs; class FFRS : public TQObject, public Plugin, public StereoScope { Q_OBJECT + TQ_OBJECT public: FFRS(); @@ -53,9 +55,10 @@ class KColorButton; class FFRSPrefs : public CModule { Q_OBJECT + TQ_OBJECT public: - FFRSPrefs( TQObject *parent ); + FFRSPrefs( TQObject *tqparent ); virtual void save(); int width(); -- cgit v1.2.1