diff options
Diffstat (limited to 'src/commands/edit/SetTriggerCommand.h')
-rw-r--r-- | src/commands/edit/SetTriggerCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/edit/SetTriggerCommand.h b/src/commands/edit/SetTriggerCommand.h index 579bb61..898bf0b 100644 --- a/src/commands/edit/SetTriggerCommand.h +++ b/src/commands/edit/SetTriggerCommand.h @@ -29,7 +29,7 @@ #include "base/TriggerSegment.h" #include "document/BasicSelectionCommand.h" #include <string> -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -50,7 +50,7 @@ public: bool retune, std::string timeAdjust, Mark mark, - QString name = 0) : + TQString name = 0) : BasicSelectionCommand(name ? name : getGlobalName(), selection, true), m_selection(&selection), m_triggerSegmentId(triggerSegmentId), @@ -60,7 +60,7 @@ public: m_mark(mark) { } - static QString getGlobalName() { + static TQString getGlobalName() { return i18n("Tri&gger Segment"); } |