From b1057f437bf65300831a0ccb45b920787c6b318d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 06:00:15 +0000 Subject: TQt4 port kdemultimedia This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmid/rhythmview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmid/rhythmview.h') diff --git a/kmid/rhythmview.h b/kmid/rhythmview.h index c157e9d8..3754c074 100644 --- a/kmid/rhythmview.h +++ b/kmid/rhythmview.h @@ -27,14 +27,14 @@ #include #include -class RhythmView : public QWidget +class RhythmView : public TQWidget { int num,den; KLed **lamps; public: - RhythmView (TQWidget *parent, const char *name); + RhythmView (TQWidget *tqparent, const char *name); ~RhythmView(); void setRhythm(int numerator,int denominator); @@ -43,7 +43,7 @@ public: void Beat(void); // Just increase the beat - TQSize sizeHint(); + TQSize tqsizeHint(); TQSizePolicy sizePolicy(); private: -- cgit v1.2.1