summaryrefslogtreecommitdiffstats
path: root/src/document/io/LilyPondExporter.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/document/io/LilyPondExporter.cpp
parent3f02581883759395fcd3935ec1d88ddca4895f32 (diff)
downloadrosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz
rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/document/io/LilyPondExporter.cpp')
-rw-r--r--src/document/io/LilyPondExporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp
index 284fea2..b44b6f3 100644
--- a/src/document/io/LilyPondExporter.cpp
+++ b/src/document/io/LilyPondExporter.cpp
@@ -37,7 +37,7 @@
#include "LilyPondExporter.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include "misc/Debug.h"
#include "misc/Strings.h"
#include "document/ConfigGroups.h"
@@ -67,7 +67,7 @@
#include "gui/general/ProgressReporter.h"
#include "gui/widgets/CurrentProgressDialog.h"
#include <tdeconfig.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tqfileinfo.h>
#include <tqobject.h>
#include <tqregexp.h>