diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:32 -0600 |
commit | 5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb (patch) | |
tree | 7fdeb64e5bef896a23bdf46847e3ffd3ec460cda /src/commands | |
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')
137 files changed, 137 insertions, 137 deletions
diff --git a/src/commands/edit/AddDotCommand.h b/src/commands/edit/AddDotCommand.h index e173bb8..ca0b674 100644 --- a/src/commands/edit/AddDotCommand.h +++ b/src/commands/edit/AddDotCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/AddMarkerCommand.h b/src/commands/edit/AddMarkerCommand.h index 3506817..551750a 100644 --- a/src/commands/edit/AddMarkerCommand.h +++ b/src/commands/edit/AddMarkerCommand.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/edit/ChangeVelocityCommand.h b/src/commands/edit/ChangeVelocityCommand.h index f4a458d..38d64e2 100644 --- a/src/commands/edit/ChangeVelocityCommand.h +++ b/src/commands/edit/ChangeVelocityCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/ClearTriggersCommand.h b/src/commands/edit/ClearTriggersCommand.h index 0abbdb7..65b7a16 100644 --- a/src/commands/edit/ClearTriggersCommand.h +++ b/src/commands/edit/ClearTriggersCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/CollapseNotesCommand.h b/src/commands/edit/CollapseNotesCommand.h index 5655b4e..022cb38 100644 --- a/src/commands/edit/CollapseNotesCommand.h +++ b/src/commands/edit/CollapseNotesCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Collapse; diff --git a/src/commands/edit/CopyCommand.h b/src/commands/edit/CopyCommand.h index 9f1bc1a..a084a6d 100644 --- a/src/commands/edit/CopyCommand.h +++ b/src/commands/edit/CopyCommand.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/edit/CutAndCloseCommand.h b/src/commands/edit/CutAndCloseCommand.h index e98df09..934219a 100644 --- a/src/commands/edit/CutAndCloseCommand.h +++ b/src/commands/edit/CutAndCloseCommand.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/edit/CutCommand.h b/src/commands/edit/CutCommand.h index 87b929d..29f54be 100644 --- a/src/commands/edit/CutCommand.h +++ b/src/commands/edit/CutCommand.h @@ -27,7 +27,7 @@ #define _RG_CUTCOMMAND_H_ #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> #include <kcommand.h> diff --git a/src/commands/edit/EraseCommand.h b/src/commands/edit/EraseCommand.h index a662640..fee4038 100644 --- a/src/commands/edit/EraseCommand.h +++ b/src/commands/edit/EraseCommand.h @@ -29,7 +29,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/EventEditCommand.h b/src/commands/edit/EventEditCommand.h index 53abf73..6ea6440 100644 --- a/src/commands/edit/EventEditCommand.h +++ b/src/commands/edit/EventEditCommand.h @@ -29,7 +29,7 @@ #include "base/Event.h" #include "document/BasicCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/EventInsertionCommand.cpp b/src/commands/edit/EventInsertionCommand.cpp index a684883..348a545 100644 --- a/src/commands/edit/EventInsertionCommand.cpp +++ b/src/commands/edit/EventInsertionCommand.cpp @@ -25,7 +25,7 @@ #include "EventInsertionCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/Segment.h" #include "document/BasicCommand.h" diff --git a/src/commands/edit/EventQuantizeCommand.cpp b/src/commands/edit/EventQuantizeCommand.cpp index d115c89..170aeca 100644 --- a/src/commands/edit/EventQuantizeCommand.cpp +++ b/src/commands/edit/EventQuantizeCommand.cpp @@ -25,7 +25,7 @@ #include "EventQuantizeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/NotationTypes.h" #include "base/Profiler.h" #include "base/Quantizer.h" diff --git a/src/commands/edit/EventUnquantizeCommand.cpp b/src/commands/edit/EventUnquantizeCommand.cpp index 3fe2eb2..b5b2470 100644 --- a/src/commands/edit/EventUnquantizeCommand.cpp +++ b/src/commands/edit/EventUnquantizeCommand.cpp @@ -25,7 +25,7 @@ #include "EventUnquantizeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Quantizer.h" #include "base/Segment.h" #include "base/Selection.h" diff --git a/src/commands/edit/InsertTriggerNoteCommand.cpp b/src/commands/edit/InsertTriggerNoteCommand.cpp index 65696f3..7022277 100644 --- a/src/commands/edit/InsertTriggerNoteCommand.cpp +++ b/src/commands/edit/InsertTriggerNoteCommand.cpp @@ -25,7 +25,7 @@ #include "InsertTriggerNoteCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/NotationTypes.h" #include "base/Segment.h" diff --git a/src/commands/edit/InvertCommand.h b/src/commands/edit/InvertCommand.h index 8a47cb9..b94803c 100644 --- a/src/commands/edit/InvertCommand.h +++ b/src/commands/edit/InvertCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/ModifyMarkerCommand.h b/src/commands/edit/ModifyMarkerCommand.h index 392f0ff..e5721aa 100644 --- a/src/commands/edit/ModifyMarkerCommand.h +++ b/src/commands/edit/ModifyMarkerCommand.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/edit/MoveAcrossSegmentsCommand.cpp b/src/commands/edit/MoveAcrossSegmentsCommand.cpp index ed73360..a01df03 100644 --- a/src/commands/edit/MoveAcrossSegmentsCommand.cpp +++ b/src/commands/edit/MoveAcrossSegmentsCommand.cpp @@ -25,7 +25,7 @@ #include "MoveAcrossSegmentsCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Clipboard.h" #include "base/Segment.h" #include "base/Selection.h" diff --git a/src/commands/edit/PasteEventsCommand.h b/src/commands/edit/PasteEventsCommand.h index 66aea6d..04c8e74 100644 --- a/src/commands/edit/PasteEventsCommand.h +++ b/src/commands/edit/PasteEventsCommand.h @@ -31,7 +31,7 @@ #include <map> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/PasteSegmentsCommand.h b/src/commands/edit/PasteSegmentsCommand.h index 4b0063c..35253f8 100644 --- a/src/commands/edit/PasteSegmentsCommand.h +++ b/src/commands/edit/PasteSegmentsCommand.h @@ -31,7 +31,7 @@ #include <tqstring.h> #include <vector> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/RemoveMarkerCommand.h b/src/commands/edit/RemoveMarkerCommand.h index da58872..570365f 100644 --- a/src/commands/edit/RemoveMarkerCommand.h +++ b/src/commands/edit/RemoveMarkerCommand.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/edit/RescaleCommand.h b/src/commands/edit/RescaleCommand.h index 801c660..99ced62 100644 --- a/src/commands/edit/RescaleCommand.h +++ b/src/commands/edit/RescaleCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/RetrogradeCommand.h b/src/commands/edit/RetrogradeCommand.h index 4c7bde1..4c1d24e 100644 --- a/src/commands/edit/RetrogradeCommand.h +++ b/src/commands/edit/RetrogradeCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/RetrogradeInvertCommand.h b/src/commands/edit/RetrogradeInvertCommand.h index 155f1ea..70f22d7 100644 --- a/src/commands/edit/RetrogradeInvertCommand.h +++ b/src/commands/edit/RetrogradeInvertCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/SelectionPropertyCommand.h b/src/commands/edit/SelectionPropertyCommand.h index a28b98c..586717a 100644 --- a/src/commands/edit/SelectionPropertyCommand.h +++ b/src/commands/edit/SelectionPropertyCommand.h @@ -29,7 +29,7 @@ #include "base/PropertyName.h" #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Set; diff --git a/src/commands/edit/SetLyricsCommand.h b/src/commands/edit/SetLyricsCommand.h index 1d42150..e3a8589 100644 --- a/src/commands/edit/SetLyricsCommand.h +++ b/src/commands/edit/SetLyricsCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/SetNoteTypeCommand.h b/src/commands/edit/SetNoteTypeCommand.h index 42d3327..9709842 100644 --- a/src/commands/edit/SetNoteTypeCommand.h +++ b/src/commands/edit/SetNoteTypeCommand.h @@ -29,7 +29,7 @@ #include "base/NotationTypes.h" #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/SetTriggerCommand.h b/src/commands/edit/SetTriggerCommand.h index a87eab8..3d68dd8 100644 --- a/src/commands/edit/SetTriggerCommand.h +++ b/src/commands/edit/SetTriggerCommand.h @@ -30,7 +30,7 @@ #include "document/BasicSelectionCommand.h" #include <string> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/edit/TransposeCommand.h b/src/commands/edit/TransposeCommand.h index 6e3ddfd..6de15a0 100644 --- a/src/commands/edit/TransposeCommand.h +++ b/src/commands/edit/TransposeCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/matrix/MatrixEraseCommand.cpp b/src/commands/matrix/MatrixEraseCommand.cpp index c35259e..6779678 100644 --- a/src/commands/matrix/MatrixEraseCommand.cpp +++ b/src/commands/matrix/MatrixEraseCommand.cpp @@ -25,7 +25,7 @@ #include "MatrixEraseCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/NotationTypes.h" #include "base/Segment.h" diff --git a/src/commands/matrix/MatrixInsertionCommand.cpp b/src/commands/matrix/MatrixInsertionCommand.cpp index 5b03d1a..970b9d0 100644 --- a/src/commands/matrix/MatrixInsertionCommand.cpp +++ b/src/commands/matrix/MatrixInsertionCommand.cpp @@ -25,7 +25,7 @@ #include "MatrixInsertionCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/Segment.h" #include "base/SegmentMatrixHelper.h" diff --git a/src/commands/matrix/MatrixModifyCommand.cpp b/src/commands/matrix/MatrixModifyCommand.cpp index b78d6f3..04cd903 100644 --- a/src/commands/matrix/MatrixModifyCommand.cpp +++ b/src/commands/matrix/MatrixModifyCommand.cpp @@ -26,7 +26,7 @@ #include "MatrixModifyCommand.h" #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/NotationTypes.h" #include "base/Segment.h" #include "document/BasicCommand.h" diff --git a/src/commands/matrix/MatrixPercussionInsertionCommand.cpp b/src/commands/matrix/MatrixPercussionInsertionCommand.cpp index 513663d..0e5aa0e 100644 --- a/src/commands/matrix/MatrixPercussionInsertionCommand.cpp +++ b/src/commands/matrix/MatrixPercussionInsertionCommand.cpp @@ -25,7 +25,7 @@ #include "MatrixPercussionInsertionCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Event.h" #include "base/NotationTypes.h" diff --git a/src/commands/notation/AddFingeringMarkCommand.cpp b/src/commands/notation/AddFingeringMarkCommand.cpp index 2a6a310..a8a8b14 100644 --- a/src/commands/notation/AddFingeringMarkCommand.cpp +++ b/src/commands/notation/AddFingeringMarkCommand.cpp @@ -25,7 +25,7 @@ #include "AddFingeringMarkCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/NotationTypes.h" #include "base/NotationQuantizer.h" #include "base/Segment.h" diff --git a/src/commands/notation/AddIndicationCommand.cpp b/src/commands/notation/AddIndicationCommand.cpp index e6b4493..7b8988c 100644 --- a/src/commands/notation/AddIndicationCommand.cpp +++ b/src/commands/notation/AddIndicationCommand.cpp @@ -25,7 +25,7 @@ #include "AddIndicationCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include "base/Event.h" #include "base/NotationTypes.h" diff --git a/src/commands/notation/AddMarkCommand.cpp b/src/commands/notation/AddMarkCommand.cpp index 49c69ec..0421793 100644 --- a/src/commands/notation/AddMarkCommand.cpp +++ b/src/commands/notation/AddMarkCommand.cpp @@ -25,7 +25,7 @@ #include "AddMarkCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include "base/Selection.h" #include "document/BasicSelectionCommand.h" diff --git a/src/commands/notation/AddSlashesCommand.h b/src/commands/notation/AddSlashesCommand.h index 4c85cd4..cf9cc89 100644 --- a/src/commands/notation/AddSlashesCommand.h +++ b/src/commands/notation/AddSlashesCommand.h @@ -27,7 +27,7 @@ #define _RG_NOTESMENUADDSLASHESCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/AddTextMarkCommand.h b/src/commands/notation/AddTextMarkCommand.h index 00cf66b..e6a8f30 100644 --- a/src/commands/notation/AddTextMarkCommand.h +++ b/src/commands/notation/AddTextMarkCommand.h @@ -29,7 +29,7 @@ #include "document/BasicSelectionCommand.h" #include <string> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/AutoBeamCommand.h b/src/commands/notation/AutoBeamCommand.h index e437af7..a9ef26a 100644 --- a/src/commands/notation/AutoBeamCommand.h +++ b/src/commands/notation/AutoBeamCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/BeamCommand.h b/src/commands/notation/BeamCommand.h index 8456af2..64efbb1 100644 --- a/src/commands/notation/BeamCommand.h +++ b/src/commands/notation/BeamCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/BreakCommand.h b/src/commands/notation/BreakCommand.h index c4b234e..61dc031 100644 --- a/src/commands/notation/BreakCommand.h +++ b/src/commands/notation/BreakCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/ChangeSlurPositionCommand.h b/src/commands/notation/ChangeSlurPositionCommand.h index e8a4911..3cceb3a 100644 --- a/src/commands/notation/ChangeSlurPositionCommand.h +++ b/src/commands/notation/ChangeSlurPositionCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Slur; diff --git a/src/commands/notation/ChangeStemsCommand.h b/src/commands/notation/ChangeStemsCommand.h index 5874275..6cb18de 100644 --- a/src/commands/notation/ChangeStemsCommand.h +++ b/src/commands/notation/ChangeStemsCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Stems; diff --git a/src/commands/notation/ChangeStyleCommand.h b/src/commands/notation/ChangeStyleCommand.h index cdc5af9..5e9b391 100644 --- a/src/commands/notation/ChangeStyleCommand.h +++ b/src/commands/notation/ChangeStyleCommand.h @@ -29,7 +29,7 @@ #include "document/BasicSelectionCommand.h" #include "gui/editors/notation/NoteStyle.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Change; diff --git a/src/commands/notation/ChangeTiePositionCommand.h b/src/commands/notation/ChangeTiePositionCommand.h index 3b01618..2a61f4e 100644 --- a/src/commands/notation/ChangeTiePositionCommand.h +++ b/src/commands/notation/ChangeTiePositionCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> namespace Rosegarden diff --git a/src/commands/notation/ClefInsertionCommand.cpp b/src/commands/notation/ClefInsertionCommand.cpp index 2268325..5573975 100644 --- a/src/commands/notation/ClefInsertionCommand.cpp +++ b/src/commands/notation/ClefInsertionCommand.cpp @@ -25,7 +25,7 @@ #include "ClefInsertionCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include "base/Event.h" #include "base/NotationTypes.h" diff --git a/src/commands/notation/CollapseRestsCommand.h b/src/commands/notation/CollapseRestsCommand.h index 1f4f663..799d470 100644 --- a/src/commands/notation/CollapseRestsCommand.h +++ b/src/commands/notation/CollapseRestsCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/DeCounterpointCommand.h b/src/commands/notation/DeCounterpointCommand.h index 7e16d4b..de4cb8d 100644 --- a/src/commands/notation/DeCounterpointCommand.h +++ b/src/commands/notation/DeCounterpointCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Overlapping; diff --git a/src/commands/notation/FixNotationQuantizeCommand.h b/src/commands/notation/FixNotationQuantizeCommand.h index 3a5d334..5290d5a 100644 --- a/src/commands/notation/FixNotationQuantizeCommand.h +++ b/src/commands/notation/FixNotationQuantizeCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/GraceCommand.h b/src/commands/notation/GraceCommand.h index e432a11..50d1290 100644 --- a/src/commands/notation/GraceCommand.h +++ b/src/commands/notation/GraceCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> class Make; diff --git a/src/commands/notation/GuitarChordInsertionCommand.cpp b/src/commands/notation/GuitarChordInsertionCommand.cpp index 79e2b44..6b8fcf6 100644 --- a/src/commands/notation/GuitarChordInsertionCommand.cpp +++ b/src/commands/notation/GuitarChordInsertionCommand.cpp @@ -25,7 +25,7 @@ #include "GuitarChordInsertionCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/Segment.h" #include "document/BasicCommand.h" diff --git a/src/commands/notation/IncrementDisplacementsCommand.h b/src/commands/notation/IncrementDisplacementsCommand.h index bbedc7b..740d37f 100644 --- a/src/commands/notation/IncrementDisplacementsCommand.h +++ b/src/commands/notation/IncrementDisplacementsCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/InterpretCommand.h b/src/commands/notation/InterpretCommand.h index a50a0f7..c4e2254 100644 --- a/src/commands/notation/InterpretCommand.h +++ b/src/commands/notation/InterpretCommand.h @@ -31,7 +31,7 @@ #include <string> #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/KeyInsertionCommand.h b/src/commands/notation/KeyInsertionCommand.h index 1a03383..e044619 100644 --- a/src/commands/notation/KeyInsertionCommand.h +++ b/src/commands/notation/KeyInsertionCommand.h @@ -30,7 +30,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" diff --git a/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp b/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp index 611419f..7e9ea30 100644 --- a/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp +++ b/src/commands/notation/MakeAccidentalsCautionaryCommand.cpp @@ -25,7 +25,7 @@ #include "MakeAccidentalsCautionaryCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/NotationTypes.h" #include "base/Selection.h" #include "document/BasicSelectionCommand.h" diff --git a/src/commands/notation/MakeChordCommand.h b/src/commands/notation/MakeChordCommand.h index e5028ba..8738013 100644 --- a/src/commands/notation/MakeChordCommand.h +++ b/src/commands/notation/MakeChordCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Make; diff --git a/src/commands/notation/MakeNotesViableCommand.h b/src/commands/notation/MakeNotesViableCommand.h index 4916750..65cdd92 100644 --- a/src/commands/notation/MakeNotesViableCommand.h +++ b/src/commands/notation/MakeNotesViableCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/MakeRegionViableCommand.h b/src/commands/notation/MakeRegionViableCommand.h index 9d9b0f0..ebe9406 100644 --- a/src/commands/notation/MakeRegionViableCommand.h +++ b/src/commands/notation/MakeRegionViableCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/MultiKeyInsertionCommand.h b/src/commands/notation/MultiKeyInsertionCommand.h index 644e877..916918d 100644 --- a/src/commands/notation/MultiKeyInsertionCommand.h +++ b/src/commands/notation/MultiKeyInsertionCommand.h @@ -29,7 +29,7 @@ #include "base/NotationTypes.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include <kcommand.h> #include "document/RosegardenGUIDoc.h" diff --git a/src/commands/notation/NormalizeRestsCommand.h b/src/commands/notation/NormalizeRestsCommand.h index 6d26c7b..7fd42ea 100644 --- a/src/commands/notation/NormalizeRestsCommand.h +++ b/src/commands/notation/NormalizeRestsCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/NoteInsertionCommand.cpp b/src/commands/notation/NoteInsertionCommand.cpp index cadae55..fdbbc77 100644 --- a/src/commands/notation/NoteInsertionCommand.cpp +++ b/src/commands/notation/NoteInsertionCommand.cpp @@ -26,7 +26,7 @@ #include "NoteInsertionCommand.h" #include <cmath> -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/NotationTypes.h" #include "base/Segment.h" diff --git a/src/commands/notation/RemoveFingeringMarksCommand.h b/src/commands/notation/RemoveFingeringMarksCommand.h index 71fcca0..b82fa68 100644 --- a/src/commands/notation/RemoveFingeringMarksCommand.h +++ b/src/commands/notation/RemoveFingeringMarksCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/RemoveMarksCommand.h b/src/commands/notation/RemoveMarksCommand.h index 1603c50..690e592 100644 --- a/src/commands/notation/RemoveMarksCommand.h +++ b/src/commands/notation/RemoveMarksCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/RemoveNotationQuantizeCommand.h b/src/commands/notation/RemoveNotationQuantizeCommand.h index 8fb3b53..f065345 100644 --- a/src/commands/notation/RemoveNotationQuantizeCommand.h +++ b/src/commands/notation/RemoveNotationQuantizeCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/ResetDisplacementsCommand.h b/src/commands/notation/ResetDisplacementsCommand.h index 701ed91..4c819a5 100644 --- a/src/commands/notation/ResetDisplacementsCommand.h +++ b/src/commands/notation/ResetDisplacementsCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/RespellCommand.cpp b/src/commands/notation/RespellCommand.cpp index 983622a..2d64ff7 100644 --- a/src/commands/notation/RespellCommand.cpp +++ b/src/commands/notation/RespellCommand.cpp @@ -25,7 +25,7 @@ #include "RespellCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/NotationTypes.h" #include "base/Selection.h" #include "document/BasicSelectionCommand.h" diff --git a/src/commands/notation/RestoreSlursCommand.h b/src/commands/notation/RestoreSlursCommand.h index ed6bc4c..33b1b1c 100644 --- a/src/commands/notation/RestoreSlursCommand.h +++ b/src/commands/notation/RestoreSlursCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/RestoreStemsCommand.h b/src/commands/notation/RestoreStemsCommand.h index add54ce..0b5159d 100644 --- a/src/commands/notation/RestoreStemsCommand.h +++ b/src/commands/notation/RestoreStemsCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/RestoreTiesCommand.h b/src/commands/notation/RestoreTiesCommand.h index 5bd35e5..9955c48 100644 --- a/src/commands/notation/RestoreTiesCommand.h +++ b/src/commands/notation/RestoreTiesCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/SetVisibilityCommand.h b/src/commands/notation/SetVisibilityCommand.h index 6aece6a..1cddc0b 100644 --- a/src/commands/notation/SetVisibilityCommand.h +++ b/src/commands/notation/SetVisibilityCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/SustainInsertionCommand.h b/src/commands/notation/SustainInsertionCommand.h index 235e2e5..ee80b93 100644 --- a/src/commands/notation/SustainInsertionCommand.h +++ b/src/commands/notation/SustainInsertionCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> class Pedal; diff --git a/src/commands/notation/TextChangeCommand.cpp b/src/commands/notation/TextChangeCommand.cpp index e909839..1cc0a5b 100644 --- a/src/commands/notation/TextChangeCommand.cpp +++ b/src/commands/notation/TextChangeCommand.cpp @@ -25,7 +25,7 @@ #include "TextChangeCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/NotationTypes.h" #include "base/Segment.h" diff --git a/src/commands/notation/TextInsertionCommand.cpp b/src/commands/notation/TextInsertionCommand.cpp index 8ba94c9..f189f94 100644 --- a/src/commands/notation/TextInsertionCommand.cpp +++ b/src/commands/notation/TextInsertionCommand.cpp @@ -25,7 +25,7 @@ #include "TextInsertionCommand.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Event.h" #include "base/NotationTypes.h" #include "base/Segment.h" diff --git a/src/commands/notation/TieNotesCommand.h b/src/commands/notation/TieNotesCommand.h index b46470b..cd80c84 100644 --- a/src/commands/notation/TieNotesCommand.h +++ b/src/commands/notation/TieNotesCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/TupletCommand.h b/src/commands/notation/TupletCommand.h index fcf5840..2748411 100644 --- a/src/commands/notation/TupletCommand.h +++ b/src/commands/notation/TupletCommand.h @@ -29,7 +29,7 @@ #include "document/BasicCommand.h" #include <tqstring.h> #include "base/Event.h" -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/UnGraceCommand.h b/src/commands/notation/UnGraceCommand.h index 535843e..f96a7f8 100644 --- a/src/commands/notation/UnGraceCommand.h +++ b/src/commands/notation/UnGraceCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/UnTupletCommand.h b/src/commands/notation/UnTupletCommand.h index 866069c..3d5c2fe 100644 --- a/src/commands/notation/UnTupletCommand.h +++ b/src/commands/notation/UnTupletCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/notation/UntieNotesCommand.h b/src/commands/notation/UntieNotesCommand.h index 8d0ca67..be209c7 100644 --- a/src/commands/notation/UntieNotesCommand.h +++ b/src/commands/notation/UntieNotesCommand.h @@ -28,7 +28,7 @@ #include "document/BasicSelectionCommand.h" #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> 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" diff --git a/src/commands/studio/AddControlParameterCommand.h b/src/commands/studio/AddControlParameterCommand.h index 3cbf903..841ceef 100644 --- a/src/commands/studio/AddControlParameterCommand.h +++ b/src/commands/studio/AddControlParameterCommand.h @@ -30,7 +30,7 @@ #include "base/Device.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/CreateOrDeleteDeviceCommand.h b/src/commands/studio/CreateOrDeleteDeviceCommand.h index 3db7b25..4df85b3 100644 --- a/src/commands/studio/CreateOrDeleteDeviceCommand.h +++ b/src/commands/studio/CreateOrDeleteDeviceCommand.h @@ -31,7 +31,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/ModifyControlParameterCommand.h b/src/commands/studio/ModifyControlParameterCommand.h index 1a32994..1821b9f 100644 --- a/src/commands/studio/ModifyControlParameterCommand.h +++ b/src/commands/studio/ModifyControlParameterCommand.h @@ -30,7 +30,7 @@ #include "base/Device.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/ModifyDeviceCommand.h b/src/commands/studio/ModifyDeviceCommand.h index f6c5289..c6f2fa2 100644 --- a/src/commands/studio/ModifyDeviceCommand.h +++ b/src/commands/studio/ModifyDeviceCommand.h @@ -31,7 +31,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Modify; diff --git a/src/commands/studio/ModifyDeviceMappingCommand.h b/src/commands/studio/ModifyDeviceMappingCommand.h index 824b07e..3f220b7 100644 --- a/src/commands/studio/ModifyDeviceMappingCommand.h +++ b/src/commands/studio/ModifyDeviceMappingCommand.h @@ -31,7 +31,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> class Modify; diff --git a/src/commands/studio/ModifyInstrumentMappingCommand.h b/src/commands/studio/ModifyInstrumentMappingCommand.h index f482008..32aa04f 100644 --- a/src/commands/studio/ModifyInstrumentMappingCommand.h +++ b/src/commands/studio/ModifyInstrumentMappingCommand.h @@ -31,7 +31,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> class Modify; diff --git a/src/commands/studio/ReconnectDeviceCommand.h b/src/commands/studio/ReconnectDeviceCommand.h index ba445a6..b094014 100644 --- a/src/commands/studio/ReconnectDeviceCommand.h +++ b/src/commands/studio/ReconnectDeviceCommand.h @@ -30,7 +30,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/RemoveControlParameterCommand.h b/src/commands/studio/RemoveControlParameterCommand.h index 9b8f82f..2fc8eed 100644 --- a/src/commands/studio/RemoveControlParameterCommand.h +++ b/src/commands/studio/RemoveControlParameterCommand.h @@ -30,7 +30,7 @@ #include "base/Device.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/RenameDeviceCommand.h b/src/commands/studio/RenameDeviceCommand.h index 8e4f1f4..941817f 100644 --- a/src/commands/studio/RenameDeviceCommand.h +++ b/src/commands/studio/RenameDeviceCommand.h @@ -30,7 +30,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> |