summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/AddTextMarkCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/AddTextMarkCommand.h')
-rw-r--r--src/commands/notation/AddTextMarkCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/AddTextMarkCommand.h b/src/commands/notation/AddTextMarkCommand.h
index b4037cc..00cf66b 100644
--- a/src/commands/notation/AddTextMarkCommand.h
+++ b/src/commands/notation/AddTextMarkCommand.h
@@ -28,7 +28,7 @@
#include "document/BasicSelectionCommand.h"
#include <string>
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -48,7 +48,7 @@ public:
BasicSelectionCommand(getGlobalName(), selection, true),
m_selection(&selection), m_text(text) { }
- static QString getGlobalName() { return i18n("Add Te&xt Mark..."); }
+ static TQString getGlobalName() { return i18n("Add Te&xt Mark..."); }
protected:
virtual void modifySegment();