From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmid/rhythmview.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmid/rhythmview.h') diff --git a/kmid/rhythmview.h b/kmid/rhythmview.h index 96cbed55..c157e9d8 100644 --- a/kmid/rhythmview.h +++ b/kmid/rhythmview.h @@ -24,7 +24,7 @@ #ifndef _rhythmview_h_ #define _rhythmview_h_ -#include +#include #include class RhythmView : public QWidget @@ -34,7 +34,7 @@ class RhythmView : public QWidget KLed **lamps; public: - RhythmView (QWidget *parent, const char *name); + RhythmView (TQWidget *parent, const char *name); ~RhythmView(); void setRhythm(int numerator,int denominator); @@ -43,11 +43,11 @@ public: void Beat(void); // Just increase the beat - QSize sizeHint(); - QSizePolicy sizePolicy(); + TQSize sizeHint(); + TQSizePolicy sizePolicy(); private: - void resizeEvent(QResizeEvent *); + void resizeEvent(TQResizeEvent *); }; -- cgit v1.2.1