summaryrefslogtreecommitdiffstats
path: root/src/gui/seqmanager/SequenceManager.cpp
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/gui/seqmanager/SequenceManager.cpp
parent3f02581883759395fcd3935ec1d88ddca4895f32 (diff)
downloadrosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz
rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/seqmanager/SequenceManager.cpp')
-rw-r--r--src/gui/seqmanager/SequenceManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/seqmanager/SequenceManager.cpp b/src/gui/seqmanager/SequenceManager.cpp
index e0b0b2d..cc6d52b 100644
--- a/src/gui/seqmanager/SequenceManager.cpp
+++ b/src/gui/seqmanager/SequenceManager.cpp
@@ -61,11 +61,11 @@
#include "sound/SoundDriver.h"
#include "TempoSegmentMmapper.h"
#include "TimeSigSegmentMmapper.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstddirs.h>
#include <tdeconfig.h>
-#include <kglobal.h>
-#include <kmessagebox.h>
+#include <tdeglobal.h>
+#include <tdemessagebox.h>
#include <tqapplication.h>
#include <tqcstring.h>
#include <tqcursor.h>