diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:32 -0600 |
commit | 5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb (patch) | |
tree | 7fdeb64e5bef896a23bdf46847e3ffd3ec460cda /src/commands/segment | |
parent | 3f02581883759395fcd3935ec1d88ddca4895f32 (diff) | |
download | rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/commands/segment')
51 files changed, 51 insertions, 51 deletions
diff --git a/src/commands/segment/AddTempoChangeCommand.h b/src/commands/segment/AddTempoChangeCommand.h index c791550..8beb391 100644 --- a/src/commands/segment/AddTempoChangeCommand.h +++ b/src/commands/segment/AddTempoChangeCommand.h @@ -30,7 +30,7 @@ #include <tqstring.h> #include "base/Event.h" #include "base/Composition.h" // for tempoT -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/AddTimeSignatureCommand.h b/src/commands/segment/AddTimeSignatureCommand.h index 21a0cd8..50e7c4b 100644 --- a/src/commands/segment/AddTimeSignatureCommand.h +++ b/src/commands/segment/AddTimeSignatureCommand.h @@ -30,7 +30,7 @@ #include <kcommand.h> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/AddTracksCommand.h b/src/commands/segment/AddTracksCommand.h index dba0e68..60c8e98 100644 --- a/src/commands/segment/AddTracksCommand.h +++ b/src/commands/segment/AddTracksCommand.h @@ -32,7 +32,7 @@ #include <tqstring.h> #include <vector> #include <map> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/AddTriggerSegmentCommand.cpp b/src/commands/segment/AddTriggerSegmentCommand.cpp index 12d406e..9819428 100644 --- a/src/commands/segment/AddTriggerSegmentCommand.cpp +++ b/src/commands/segment/AddTriggerSegmentCommand.cpp @@ -25,7 +25,7 @@ #include "AddTriggerSegmentCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" #include "base/TriggerSegment.h" diff --git a/src/commands/segment/AudioSegmentAutoSplitCommand.h b/src/commands/segment/AudioSegmentAutoSplitCommand.h index 0b11f77..145b344 100644 --- a/src/commands/segment/AudioSegmentAutoSplitCommand.h +++ b/src/commands/segment/AudioSegmentAutoSplitCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/AudioSegmentDistributeCommand.h b/src/commands/segment/AudioSegmentDistributeCommand.h index 940fc66..f9fc98e 100644 --- a/src/commands/segment/AudioSegmentDistributeCommand.h +++ b/src/commands/segment/AudioSegmentDistributeCommand.h @@ -30,7 +30,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/AudioSegmentInsertCommand.cpp b/src/commands/segment/AudioSegmentInsertCommand.cpp index b5167f7..4ae9148 100644 --- a/src/commands/segment/AudioSegmentInsertCommand.cpp +++ b/src/commands/segment/AudioSegmentInsertCommand.cpp @@ -25,7 +25,7 @@ #include "AudioSegmentInsertCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Debug.h" #include "misc/Strings.h" #include "base/Composition.h" diff --git a/src/commands/segment/AudioSegmentRescaleCommand.h b/src/commands/segment/AudioSegmentRescaleCommand.h index 3243a21..f8b7208 100644 --- a/src/commands/segment/AudioSegmentRescaleCommand.h +++ b/src/commands/segment/AudioSegmentRescaleCommand.h @@ -28,7 +28,7 @@ #include <kcommand.h> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> namespace Rosegarden { diff --git a/src/commands/segment/AudioSegmentResizeFromStartCommand.cpp b/src/commands/segment/AudioSegmentResizeFromStartCommand.cpp index 5045500..f0d9d47 100644 --- a/src/commands/segment/AudioSegmentResizeFromStartCommand.cpp +++ b/src/commands/segment/AudioSegmentResizeFromStartCommand.cpp @@ -25,7 +25,7 @@ #include "AudioSegmentResizeFromStartCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/RealTime.h" #include "base/Segment.h" diff --git a/src/commands/segment/AudioSegmentSplitCommand.cpp b/src/commands/segment/AudioSegmentSplitCommand.cpp index 6657b7b..73711e2 100644 --- a/src/commands/segment/AudioSegmentSplitCommand.cpp +++ b/src/commands/segment/AudioSegmentSplitCommand.cpp @@ -25,7 +25,7 @@ #include "AudioSegmentSplitCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Debug.h" #include "misc/Strings.h" #include "base/RealTime.h" diff --git a/src/commands/segment/ChangeCompositionLengthCommand.h b/src/commands/segment/ChangeCompositionLengthCommand.h index 4828c3a..44f1815 100644 --- a/src/commands/segment/ChangeCompositionLengthCommand.h +++ b/src/commands/segment/ChangeCompositionLengthCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> class Change; diff --git a/src/commands/segment/CreateTempoMapFromSegmentCommand.cpp b/src/commands/segment/CreateTempoMapFromSegmentCommand.cpp index e548875..69ac078 100644 --- a/src/commands/segment/CreateTempoMapFromSegmentCommand.cpp +++ b/src/commands/segment/CreateTempoMapFromSegmentCommand.cpp @@ -25,7 +25,7 @@ #include "CreateTempoMapFromSegmentCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Debug.h" #include "base/Composition.h" #include "base/NotationTypes.h" diff --git a/src/commands/segment/CutRangeCommand.cpp b/src/commands/segment/CutRangeCommand.cpp index df91398..874d0aa 100644 --- a/src/commands/segment/CutRangeCommand.cpp +++ b/src/commands/segment/CutRangeCommand.cpp @@ -25,7 +25,7 @@ #include "CutRangeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Clipboard.h" #include "base/Composition.h" #include "commands/edit/CopyCommand.h" diff --git a/src/commands/segment/DeleteRangeCommand.h b/src/commands/segment/DeleteRangeCommand.h index 6b198ea..3a21218 100644 --- a/src/commands/segment/DeleteRangeCommand.h +++ b/src/commands/segment/DeleteRangeCommand.h @@ -28,7 +28,7 @@ #include <kcommand.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> #include "SegmentJoinCommand.h" diff --git a/src/commands/segment/DeleteTracksCommand.h b/src/commands/segment/DeleteTracksCommand.h index d02f5ac..7cc7c06 100644 --- a/src/commands/segment/DeleteTracksCommand.h +++ b/src/commands/segment/DeleteTracksCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> #include "base/Track.h" diff --git a/src/commands/segment/DeleteTriggerSegmentCommand.cpp b/src/commands/segment/DeleteTriggerSegmentCommand.cpp index 3ddb4af..3b85c4b 100644 --- a/src/commands/segment/DeleteTriggerSegmentCommand.cpp +++ b/src/commands/segment/DeleteTriggerSegmentCommand.cpp @@ -25,7 +25,7 @@ #include "DeleteTriggerSegmentCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" #include "base/TriggerSegment.h" diff --git a/src/commands/segment/EraseSegmentsStartingInRangeCommand.cpp b/src/commands/segment/EraseSegmentsStartingInRangeCommand.cpp index 35f7f10..b25c3cb 100644 --- a/src/commands/segment/EraseSegmentsStartingInRangeCommand.cpp +++ b/src/commands/segment/EraseSegmentsStartingInRangeCommand.cpp @@ -25,7 +25,7 @@ #include "EraseSegmentsStartingInRangeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" diff --git a/src/commands/segment/InsertRangeCommand.cpp b/src/commands/segment/InsertRangeCommand.cpp index 73dc5fd..ac6ad7a 100644 --- a/src/commands/segment/InsertRangeCommand.cpp +++ b/src/commands/segment/InsertRangeCommand.cpp @@ -25,7 +25,7 @@ #include "InsertRangeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "AudioSegmentSplitCommand.h" #include "base/Clipboard.h" #include "base/Composition.h" diff --git a/src/commands/segment/ModifyDefaultTempoCommand.h b/src/commands/segment/ModifyDefaultTempoCommand.h index 5ca4252..634a426 100644 --- a/src/commands/segment/ModifyDefaultTempoCommand.h +++ b/src/commands/segment/ModifyDefaultTempoCommand.h @@ -28,7 +28,7 @@ #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" // for tempoT diff --git a/src/commands/segment/MoveTracksCommand.h b/src/commands/segment/MoveTracksCommand.h index b1a72aa..df8a8a7 100644 --- a/src/commands/segment/MoveTracksCommand.h +++ b/src/commands/segment/MoveTracksCommand.h @@ -29,7 +29,7 @@ #include "base/Track.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/OpenOrCloseRangeCommand.cpp b/src/commands/segment/OpenOrCloseRangeCommand.cpp index ad1db2c..0ab3edd 100644 --- a/src/commands/segment/OpenOrCloseRangeCommand.cpp +++ b/src/commands/segment/OpenOrCloseRangeCommand.cpp @@ -25,7 +25,7 @@ #include "OpenOrCloseRangeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Debug.h" #include "base/Composition.h" #include "base/NotationTypes.h" diff --git a/src/commands/segment/PasteConductorDataCommand.cpp b/src/commands/segment/PasteConductorDataCommand.cpp index 6db082f..4b50444 100644 --- a/src/commands/segment/PasteConductorDataCommand.cpp +++ b/src/commands/segment/PasteConductorDataCommand.cpp @@ -25,7 +25,7 @@ #include "PasteConductorDataCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Clipboard.h" #include "base/Composition.h" #include "base/NotationTypes.h" diff --git a/src/commands/segment/PasteRangeCommand.cpp b/src/commands/segment/PasteRangeCommand.cpp index c2f9a0e..80bfeb4 100644 --- a/src/commands/segment/PasteRangeCommand.cpp +++ b/src/commands/segment/PasteRangeCommand.cpp @@ -25,7 +25,7 @@ #include "PasteRangeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "AudioSegmentSplitCommand.h" #include "base/Clipboard.h" #include "base/Composition.h" diff --git a/src/commands/segment/PasteToTriggerSegmentCommand.cpp b/src/commands/segment/PasteToTriggerSegmentCommand.cpp index 1b3838a..933fe17 100644 --- a/src/commands/segment/PasteToTriggerSegmentCommand.cpp +++ b/src/commands/segment/PasteToTriggerSegmentCommand.cpp @@ -26,7 +26,7 @@ #include "PasteToTriggerSegmentCommand.h" #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include "base/Clipboard.h" #include "base/Composition.h" diff --git a/src/commands/segment/RemoveTempoChangeCommand.h b/src/commands/segment/RemoveTempoChangeCommand.h index b77f8be..e9ec834 100644 --- a/src/commands/segment/RemoveTempoChangeCommand.h +++ b/src/commands/segment/RemoveTempoChangeCommand.h @@ -30,7 +30,7 @@ #include <tqstring.h> #include "base/Event.h" #include "base/Composition.h" // for tempoT -#include <klocale.h> +#include <tdelocale.h> class Remove; diff --git a/src/commands/segment/RemoveTimeSignatureCommand.h b/src/commands/segment/RemoveTimeSignatureCommand.h index cc1ee59..ddaa38c 100644 --- a/src/commands/segment/RemoveTimeSignatureCommand.h +++ b/src/commands/segment/RemoveTimeSignatureCommand.h @@ -30,7 +30,7 @@ #include <kcommand.h> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> class Remove; diff --git a/src/commands/segment/RenameTrackCommand.h b/src/commands/segment/RenameTrackCommand.h index 385cd38..f23c4e1 100644 --- a/src/commands/segment/RenameTrackCommand.h +++ b/src/commands/segment/RenameTrackCommand.h @@ -30,7 +30,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentAutoSplitCommand.h b/src/commands/segment/SegmentAutoSplitCommand.h index a9e03f2..4a8ca2b 100644 --- a/src/commands/segment/SegmentAutoSplitCommand.h +++ b/src/commands/segment/SegmentAutoSplitCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentColourCommand.h b/src/commands/segment/SegmentColourCommand.h index 6a19d63..459c292 100644 --- a/src/commands/segment/SegmentColourCommand.h +++ b/src/commands/segment/SegmentColourCommand.h @@ -30,7 +30,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentColourMapCommand.h b/src/commands/segment/SegmentColourMapCommand.h index 5adb533..7f0d884 100644 --- a/src/commands/segment/SegmentColourMapCommand.h +++ b/src/commands/segment/SegmentColourMapCommand.h @@ -30,7 +30,7 @@ #include "base/Segment.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentCommandRepeat.cpp b/src/commands/segment/SegmentCommandRepeat.cpp index 355c004..c3472a2 100644 --- a/src/commands/segment/SegmentCommandRepeat.cpp +++ b/src/commands/segment/SegmentCommandRepeat.cpp @@ -25,7 +25,7 @@ #include "SegmentCommandRepeat.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Segment.h" #include "SegmentCommand.h" #include <tqstring.h> diff --git a/src/commands/segment/SegmentEraseCommand.cpp b/src/commands/segment/SegmentEraseCommand.cpp index b15788f..88c3748 100644 --- a/src/commands/segment/SegmentEraseCommand.cpp +++ b/src/commands/segment/SegmentEraseCommand.cpp @@ -25,7 +25,7 @@ #include "SegmentEraseCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Debug.h" #include "base/Composition.h" #include "base/Segment.h" diff --git a/src/commands/segment/SegmentInsertCommand.cpp b/src/commands/segment/SegmentInsertCommand.cpp index f10ef45..bd095f4 100644 --- a/src/commands/segment/SegmentInsertCommand.cpp +++ b/src/commands/segment/SegmentInsertCommand.cpp @@ -25,7 +25,7 @@ #include "SegmentInsertCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" #include "base/Studio.h" diff --git a/src/commands/segment/SegmentJoinCommand.h b/src/commands/segment/SegmentJoinCommand.h index f7e6907..8053fe3 100644 --- a/src/commands/segment/SegmentJoinCommand.h +++ b/src/commands/segment/SegmentJoinCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentLabelCommand.h b/src/commands/segment/SegmentLabelCommand.h index 215b827..0668c7f 100644 --- a/src/commands/segment/SegmentLabelCommand.h +++ b/src/commands/segment/SegmentLabelCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentQuickCopyCommand.h b/src/commands/segment/SegmentQuickCopyCommand.h index 7e97781..0030369 100644 --- a/src/commands/segment/SegmentQuickCopyCommand.h +++ b/src/commands/segment/SegmentQuickCopyCommand.h @@ -28,7 +28,7 @@ #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentRecordCommand.cpp b/src/commands/segment/SegmentRecordCommand.cpp index f457f32..b51d746 100644 --- a/src/commands/segment/SegmentRecordCommand.cpp +++ b/src/commands/segment/SegmentRecordCommand.cpp @@ -25,7 +25,7 @@ #include "SegmentRecordCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" diff --git a/src/commands/segment/SegmentRepeatToCopyCommand.cpp b/src/commands/segment/SegmentRepeatToCopyCommand.cpp index a0e0e43..13ed565 100644 --- a/src/commands/segment/SegmentRepeatToCopyCommand.cpp +++ b/src/commands/segment/SegmentRepeatToCopyCommand.cpp @@ -26,7 +26,7 @@ #include "SegmentRepeatToCopyCommand.h" #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" diff --git a/src/commands/segment/SegmentRescaleCommand.h b/src/commands/segment/SegmentRescaleCommand.h index bc724be..1e723b6 100644 --- a/src/commands/segment/SegmentRescaleCommand.h +++ b/src/commands/segment/SegmentRescaleCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/segment/SegmentResizeFromStartCommand.cpp b/src/commands/segment/SegmentResizeFromStartCommand.cpp index a4157bb..bae1304 100644 --- a/src/commands/segment/SegmentResizeFromStartCommand.cpp +++ b/src/commands/segment/SegmentResizeFromStartCommand.cpp @@ -25,7 +25,7 @@ #include "SegmentResizeFromStartCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/Segment.h" #include "document/BasicCommand.h" diff --git a/src/commands/segment/SegmentSingleRepeatToCopyCommand.cpp b/src/commands/segment/SegmentSingleRepeatToCopyCommand.cpp index c9b92fb..c5418c7 100644 --- a/src/commands/segment/SegmentSingleRepeatToCopyCommand.cpp +++ b/src/commands/segment/SegmentSingleRepeatToCopyCommand.cpp @@ -25,7 +25,7 @@ #include "SegmentSingleRepeatToCopyCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Segment.h" diff --git a/src/commands/segment/SegmentSplitByPitchCommand.h b/src/commands/segment/SegmentSplitByPitchCommand.h index b935867..350a477 100644 --- a/src/commands/segment/SegmentSplitByPitchCommand.h +++ b/src/commands/segment/SegmentSplitByPitchCommand.h @@ -29,7 +29,7 @@ #include "base/Segment.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> #include "gui/general/ClefIndex.h" diff --git a/src/commands/segment/SegmentSplitByRecordingSrcCommand.h b/src/commands/segment/SegmentSplitByRecordingSrcCommand.h index 03ca3b6..1265416 100644 --- a/src/commands/segment/SegmentSplitByRecordingSrcCommand.h +++ b/src/commands/segment/SegmentSplitByRecordingSrcCommand.h @@ -28,7 +28,7 @@ #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> #include "gui/application/RosegardenDCOP.h" diff --git a/src/commands/segment/SegmentSplitCommand.cpp b/src/commands/segment/SegmentSplitCommand.cpp index 5de234c..6a0af81 100644 --- a/src/commands/segment/SegmentSplitCommand.cpp +++ b/src/commands/segment/SegmentSplitCommand.cpp @@ -25,7 +25,7 @@ #include "SegmentSplitCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include "base/Event.h" #include "base/Composition.h" diff --git a/src/commands/segment/SegmentSyncClefCommand.h b/src/commands/segment/SegmentSyncClefCommand.h index 01b97fd..e5fe740 100644 --- a/src/commands/segment/SegmentSyncClefCommand.h +++ b/src/commands/segment/SegmentSyncClefCommand.h @@ -30,7 +30,7 @@ #include "base/Event.h" #include "base/NotationTypes.h" #include "document/MultiViewCommandHistory.h" -#include <klocale.h> +#include <tdelocale.h> namespace Rosegarden { diff --git a/src/commands/segment/SegmentSyncCommand.h b/src/commands/segment/SegmentSyncCommand.h index 0d8e189..3f50db2 100644 --- a/src/commands/segment/SegmentSyncCommand.h +++ b/src/commands/segment/SegmentSyncCommand.h @@ -31,7 +31,7 @@ #include "base/Event.h" #include "base/NotationTypes.h" #include "document/MultiViewCommandHistory.h" -#include <klocale.h> +#include <tdelocale.h> namespace Rosegarden { diff --git a/src/commands/segment/SegmentTransposeCommand.h b/src/commands/segment/SegmentTransposeCommand.h index 075ca79..dc5f9a0 100644 --- a/src/commands/segment/SegmentTransposeCommand.h +++ b/src/commands/segment/SegmentTransposeCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include "base/Event.h" #include "document/MultiViewCommandHistory.h" -#include <klocale.h> +#include <tdelocale.h> namespace Rosegarden { diff --git a/src/commands/segment/SetTriggerSegmentBasePitchCommand.cpp b/src/commands/segment/SetTriggerSegmentBasePitchCommand.cpp index 9bb1bc3..7f1ce1d 100644 --- a/src/commands/segment/SetTriggerSegmentBasePitchCommand.cpp +++ b/src/commands/segment/SetTriggerSegmentBasePitchCommand.cpp @@ -25,7 +25,7 @@ #include "SetTriggerSegmentBasePitchCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/TriggerSegment.h" diff --git a/src/commands/segment/SetTriggerSegmentBaseVelocityCommand.cpp b/src/commands/segment/SetTriggerSegmentBaseVelocityCommand.cpp index f1bba10..b14905b 100644 --- a/src/commands/segment/SetTriggerSegmentBaseVelocityCommand.cpp +++ b/src/commands/segment/SetTriggerSegmentBaseVelocityCommand.cpp @@ -25,7 +25,7 @@ #include "SetTriggerSegmentBaseVelocityCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/TriggerSegment.h" diff --git a/src/commands/segment/SetTriggerSegmentDefaultRetuneCommand.cpp b/src/commands/segment/SetTriggerSegmentDefaultRetuneCommand.cpp index 35ae878..4b3c20c 100644 --- a/src/commands/segment/SetTriggerSegmentDefaultRetuneCommand.cpp +++ b/src/commands/segment/SetTriggerSegmentDefaultRetuneCommand.cpp @@ -25,7 +25,7 @@ #include "SetTriggerSegmentDefaultRetuneCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/TriggerSegment.h" diff --git a/src/commands/segment/SetTriggerSegmentDefaultTimeAdjustCommand.cpp b/src/commands/segment/SetTriggerSegmentDefaultTimeAdjustCommand.cpp index deb49a1..3522910 100644 --- a/src/commands/segment/SetTriggerSegmentDefaultTimeAdjustCommand.cpp +++ b/src/commands/segment/SetTriggerSegmentDefaultTimeAdjustCommand.cpp @@ -25,7 +25,7 @@ #include "SetTriggerSegmentDefaultTimeAdjustCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/TriggerSegment.h" |