From 11f31c37e5fa4889d9989f10272f44845449cb7b Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 6 Sep 2010 20:59:29 +0000 Subject: Initial TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1172292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/rulers/TempoColour.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/rulers/TempoColour.h') 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 +#include @@ -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: -- cgit v1.2.1