diff options
Diffstat (limited to 'src/commands/segment/SegmentTransposeCommand.h')
-rw-r--r-- | src/commands/segment/SegmentTransposeCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/segment/SegmentTransposeCommand.h b/src/commands/segment/SegmentTransposeCommand.h index 74af8d4..075ca79 100644 --- a/src/commands/segment/SegmentTransposeCommand.h +++ b/src/commands/segment/SegmentTransposeCommand.h @@ -49,7 +49,7 @@ public: virtual ~SegmentTransposeCommand(); - static QString getGlobalName(int semitones = 0, int step = 0) { + static TQString getGlobalName(int semitones = 0, int step = 0) { switch (semitones) { default: return i18n("Transpose by &Interval..."); } |