summaryrefslogtreecommitdiffstats
path: root/src/document
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-14 17:10:34 -0600
committerTimothy Pearson <[email protected]>2013-02-14 17:10:34 -0600
commit3f02581883759395fcd3935ec1d88ddca4895f32 (patch)
tree430f2ee10201b3709f2aecc8af30ea17467538ee /src/document
parent2b56d6c1c189cc8cf026e32ba78340a727f0aab8 (diff)
downloadrosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.tar.gz
rosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/document')
-rw-r--r--src/document/RosegardenGUIDoc.cpp2
-rw-r--r--src/document/io/LilyPondExporter.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/document/RosegardenGUIDoc.cpp b/src/document/RosegardenGUIDoc.cpp
index 028e7d3..e764273 100644
--- a/src/document/RosegardenGUIDoc.cpp
+++ b/src/document/RosegardenGUIDoc.cpp
@@ -24,7 +24,7 @@
#include "RosegardenGUIDoc.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqxml.h>
#include "sound/Midi.h"
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp
index e7292f7..284fea2 100644
--- a/src/document/io/LilyPondExporter.cpp
+++ b/src/document/io/LilyPondExporter.cpp
@@ -73,7 +73,7 @@
#include <tqregexp.h>
#include <tqstring.h>
#include <tqtextcodec.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <sstream>
#include <algorithm>