diff options
Diffstat (limited to 'src/commands/notation/AddMarkCommand.cpp')
-rw-r--r-- | src/commands/notation/AddMarkCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/AddMarkCommand.cpp b/src/commands/notation/AddMarkCommand.cpp index 5b30431..0fa8268 100644 --- a/src/commands/notation/AddMarkCommand.cpp +++ b/src/commands/notation/AddMarkCommand.cpp @@ -30,7 +30,7 @@ #include "base/Selection.h" #include "document/BasicSelectionCommand.h" #include "base/BaseProperties.h" -#include <qstring.h> +#include <tqstring.h> namespace Rosegarden @@ -41,7 +41,7 @@ using namespace BaseProperties; QString AddMarkCommand::getGlobalName(Mark markType) { - QString m = strtoqstr(markType); + TQString m = strtoqstr(markType); // Gosh, lots of collisions if (markType == Marks::Sforzando) |