summaryrefslogtreecommitdiffstats
path: root/kmid/rhythmview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/rhythmview.h')
-rw-r--r--kmid/rhythmview.h6
1 files changed, 3 insertions, 3 deletions
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 <tqwidget.h>
#include <kled.h>
-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: