summaryrefslogtreecommitdiffstats
path: root/src/sequencer
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/sequencer
parent3f02581883759395fcd3935ec1d88ddca4895f32 (diff)
downloadrosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz
rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/sequencer')
-rw-r--r--src/sequencer/MmappedSegment.h2
-rw-r--r--src/sequencer/RosegardenSequencerApp.cpp2
-rw-r--r--src/sequencer/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/sequencer/MmappedSegment.h b/src/sequencer/MmappedSegment.h
index 0becead..6ab4420 100644
--- a/src/sequencer/MmappedSegment.h
+++ b/src/sequencer/MmappedSegment.h
@@ -35,7 +35,7 @@
#include <iostream>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
#include <dcopclient.h>
diff --git a/src/sequencer/RosegardenSequencerApp.cpp b/src/sequencer/RosegardenSequencerApp.cpp
index 637a5e8..6a96e20 100644
--- a/src/sequencer/RosegardenSequencerApp.cpp
+++ b/src/sequencer/RosegardenSequencerApp.cpp
@@ -34,7 +34,7 @@
#include <iostream>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
#include <dcopclient.h>
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp
index 89c96a2..80de453 100644
--- a/src/sequencer/main.cpp
+++ b/src/sequencer/main.cpp
@@ -28,7 +28,7 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <dcopclient.h>
#include "base/Profiler.h"