summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/AutoBeamCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/AutoBeamCommand.h')
-rw-r--r--src/commands/notation/AutoBeamCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/AutoBeamCommand.h b/src/commands/notation/AutoBeamCommand.h
index b26caf1..e437af7 100644
--- a/src/commands/notation/AutoBeamCommand.h
+++ b/src/commands/notation/AutoBeamCommand.h
@@ -27,7 +27,7 @@
#define _RG_NOTESMENUAUTOBEAMCOMMAND_H_
#include "document/BasicSelectionCommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -49,7 +49,7 @@ public:
AutoBeamCommand(Segment &segment) :
BasicSelectionCommand(getGlobalName(), segment) { }
- static QString getGlobalName() { return i18n("&Auto-Beam"); }
+ static TQString getGlobalName() { return i18n("&Auto-Beam"); }
protected:
virtual void modifySegment();