summaryrefslogtreecommitdiffstats
path: root/src/gui/rulers/TempoColour.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rulers/TempoColour.h')
-rw-r--r--src/gui/rulers/TempoColour.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/rulers/TempoColour.h b/src/gui/rulers/TempoColour.h
index be5e3fa..6e51b16 100644
--- a/src/gui/rulers/TempoColour.h
+++ b/src/gui/rulers/TempoColour.h
@@ -26,7 +26,7 @@
#ifndef _RG_TEMPOCOLOUR_H_
#define _RG_TEMPOCOLOUR_H_
-#include <qcolor.h>
+#include <tqcolor.h>
@@ -45,8 +45,8 @@ public:
// Get the colour for a tempo
//
- QColor getColour() { return getColour(m_tempo); }
- static QColor getColour(double tempo);
+ TQColor getColour() { return getColour(m_tempo); }
+ static TQColor getColour(double tempo);
private: