diff options
Diffstat (limited to 'src/commands/notation/ClefInsertionCommand.cpp')
-rw-r--r-- | src/commands/notation/ClefInsertionCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/ClefInsertionCommand.cpp b/src/commands/notation/ClefInsertionCommand.cpp index f21c1b0..c2c5738 100644 --- a/src/commands/notation/ClefInsertionCommand.cpp +++ b/src/commands/notation/ClefInsertionCommand.cpp @@ -33,7 +33,7 @@ #include "base/SegmentNotationHelper.h" #include "base/BaseProperties.h" #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> namespace Rosegarden @@ -66,7 +66,7 @@ ClefInsertionCommand::getGlobalName(Clef *) { /* doesn't handle octave offset -- leave it for now if (clef) { - QString name(strtoqstr(clef->getClefType())); + TQString name(strtoqstr(clef->getClefType())); name = name.left(1).upper() + name.right(name.length()-1); return i18n("Change to %1 Cle&f...").arg(name); } else { |