diff options
Diffstat (limited to 'src/gui/general/ClefIndex.h')
-rw-r--r-- | src/gui/general/ClefIndex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/ClefIndex.h b/src/gui/general/ClefIndex.h index 74e3fc8..118307c 100644 --- a/src/gui/general/ClefIndex.h +++ b/src/gui/general/ClefIndex.h @@ -24,7 +24,7 @@ #define _CLEF_INDEX_H_ #include "base/NotationTypes.h" -#include <qstring.h> +#include <tqstring.h> // used variously by TPB, SPB, PresetHandler to correlate combo box indices to // clef types @@ -52,7 +52,7 @@ namespace Rosegarden const Clef clefIndexToClef(int index); -const int clefNameToClefIndex(QString s); +const int clefNameToClefIndex(TQString s); } |