summaryrefslogtreecommitdiffstats
path: root/src/commands/edit
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-15 21:51:32 -0600
committerTimothy Pearson <[email protected]>2013-02-15 21:51:32 -0600
commit5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb (patch)
tree7fdeb64e5bef896a23bdf46847e3ffd3ec460cda /src/commands/edit
parent3f02581883759395fcd3935ec1d88ddca4895f32 (diff)
downloadrosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz
rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/commands/edit')
-rw-r--r--src/commands/edit/AddDotCommand.h2
-rw-r--r--src/commands/edit/AddMarkerCommand.h2
-rw-r--r--src/commands/edit/ChangeVelocityCommand.h2
-rw-r--r--src/commands/edit/ClearTriggersCommand.h2
-rw-r--r--src/commands/edit/CollapseNotesCommand.h2
-rw-r--r--src/commands/edit/CopyCommand.h2
-rw-r--r--src/commands/edit/CutAndCloseCommand.h2
-rw-r--r--src/commands/edit/CutCommand.h2
-rw-r--r--src/commands/edit/EraseCommand.h2
-rw-r--r--src/commands/edit/EventEditCommand.h2
-rw-r--r--src/commands/edit/EventInsertionCommand.cpp2
-rw-r--r--src/commands/edit/EventQuantizeCommand.cpp2
-rw-r--r--src/commands/edit/EventUnquantizeCommand.cpp2
-rw-r--r--src/commands/edit/InsertTriggerNoteCommand.cpp2
-rw-r--r--src/commands/edit/InvertCommand.h2
-rw-r--r--src/commands/edit/ModifyMarkerCommand.h2
-rw-r--r--src/commands/edit/MoveAcrossSegmentsCommand.cpp2
-rw-r--r--src/commands/edit/PasteEventsCommand.h2
-rw-r--r--src/commands/edit/PasteSegmentsCommand.h2
-rw-r--r--src/commands/edit/RemoveMarkerCommand.h2
-rw-r--r--src/commands/edit/RescaleCommand.h2
-rw-r--r--src/commands/edit/RetrogradeCommand.h2
-rw-r--r--src/commands/edit/RetrogradeInvertCommand.h2
-rw-r--r--src/commands/edit/SelectionPropertyCommand.h2
-rw-r--r--src/commands/edit/SetLyricsCommand.h2
-rw-r--r--src/commands/edit/SetNoteTypeCommand.h2
-rw-r--r--src/commands/edit/SetTriggerCommand.h2
-rw-r--r--src/commands/edit/TransposeCommand.h2
28 files changed, 28 insertions, 28 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>