summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/MakeChordCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/MakeChordCommand.h')
-rw-r--r--src/commands/notation/MakeChordCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/MakeChordCommand.h b/src/commands/notation/MakeChordCommand.h
index 9c85ea2..e5028ba 100644
--- a/src/commands/notation/MakeChordCommand.h
+++ b/src/commands/notation/MakeChordCommand.h
@@ -27,7 +27,7 @@
#define _RG_ADJUSTMENUMAKECHORDCOMMAND_H_
#include "document/BasicSelectionCommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -47,7 +47,7 @@ public:
BasicSelectionCommand(getGlobalName(), selection, true),
m_selection(&selection) { }
- static QString getGlobalName() { return i18n("Make &Chord"); }
+ static TQString getGlobalName() { return i18n("Make &Chord"); }
protected:
virtual void modifySegment();