summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/AddMarkCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/AddMarkCommand.cpp')
-rw-r--r--src/commands/notation/AddMarkCommand.cpp4
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)