summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/GraceCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/GraceCommand.h')
-rw-r--r--src/commands/notation/GraceCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/GraceCommand.h b/src/commands/notation/GraceCommand.h
index 08dcd87..e432a11 100644
--- a/src/commands/notation/GraceCommand.h
+++ b/src/commands/notation/GraceCommand.h
@@ -27,7 +27,7 @@
#define _RG_ADJUSTMENUGRACECOMMAND_H_
#include "document/BasicCommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
#include <klocale.h>
@@ -46,7 +46,7 @@ class GraceCommand : public BasicCommand
public:
GraceCommand(EventSelection &selection);
- static QString getGlobalName() { return i18n("Make &Grace Notes"); }
+ static TQString getGlobalName() { return i18n("Make &Grace Notes"); }
protected:
virtual void modifySegment();