summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation')
-rw-r--r--src/gui/editors/notation/FontViewFrame.cpp2
-rw-r--r--src/gui/editors/notation/NotationEraser.cpp2
-rw-r--r--src/gui/editors/notation/NotationHLayout.cpp2
-rw-r--r--src/gui/editors/notation/NotationStaff.cpp2
-rw-r--r--src/gui/editors/notation/NotationStrings.cpp2
-rw-r--r--src/gui/editors/notation/NotationView.cpp2
-rw-r--r--src/gui/editors/notation/NoteFontFactory.cpp2
-rw-r--r--src/gui/editors/notation/NoteInserter.cpp2
-rw-r--r--src/gui/editors/notation/NotePixmapFactory.cpp2
-rw-r--r--src/gui/editors/notation/TrackHeader.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/gui/editors/notation/FontViewFrame.cpp b/src/gui/editors/notation/FontViewFrame.cpp
index 6e24a18..a226ffb 100644
--- a/src/gui/editors/notation/FontViewFrame.cpp
+++ b/src/gui/editors/notation/FontViewFrame.cpp
@@ -24,7 +24,7 @@
#include "FontViewFrame.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kmessagebox.h>
diff --git a/src/gui/editors/notation/NotationEraser.cpp b/src/gui/editors/notation/NotationEraser.cpp
index fab2b4d..1908fcf 100644
--- a/src/gui/editors/notation/NotationEraser.cpp
+++ b/src/gui/editors/notation/NotationEraser.cpp
@@ -24,7 +24,7 @@
#include "NotationEraser.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include "document/ConfigGroups.h"
diff --git a/src/gui/editors/notation/NotationHLayout.cpp b/src/gui/editors/notation/NotationHLayout.cpp
index 50fb0f6..8d7bd69 100644
--- a/src/gui/editors/notation/NotationHLayout.cpp
+++ b/src/gui/editors/notation/NotationHLayout.cpp
@@ -25,7 +25,7 @@
#include "NotationHLayout.h"
#include "misc/Debug.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "base/Composition.h"
#include "base/LayoutEngine.h"
diff --git a/src/gui/editors/notation/NotationStaff.cpp b/src/gui/editors/notation/NotationStaff.cpp
index f49b632..3e1bf28 100644
--- a/src/gui/editors/notation/NotationStaff.cpp
+++ b/src/gui/editors/notation/NotationStaff.cpp
@@ -25,7 +25,7 @@
#include "NotationStaff.h"
#include "misc/Debug.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include "misc/Strings.h"
diff --git a/src/gui/editors/notation/NotationStrings.cpp b/src/gui/editors/notation/NotationStrings.cpp
index 24d5c9d..e46f95e 100644
--- a/src/gui/editors/notation/NotationStrings.cpp
+++ b/src/gui/editors/notation/NotationStrings.cpp
@@ -24,7 +24,7 @@
#include "NotationStrings.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include "misc/Strings.h"
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp
index d8fe2c6..3059de3 100644
--- a/src/gui/editors/notation/NotationView.cpp
+++ b/src/gui/editors/notation/NotationView.cpp
@@ -27,7 +27,7 @@
#include <list>
#include <tqlayout.h>
#include "misc/Debug.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "gui/editors/segment/TrackEditor.h"
#include "gui/editors/segment/TrackButtons.h"
diff --git a/src/gui/editors/notation/NoteFontFactory.cpp b/src/gui/editors/notation/NoteFontFactory.cpp
index 47855a1..b13f45b 100644
--- a/src/gui/editors/notation/NoteFontFactory.cpp
+++ b/src/gui/editors/notation/NoteFontFactory.cpp
@@ -25,7 +25,7 @@
#include "NoteFontFactory.h"
#include "misc/Debug.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kstddirs.h>
diff --git a/src/gui/editors/notation/NoteInserter.cpp b/src/gui/editors/notation/NoteInserter.cpp
index de1ba52..609b6cf 100644
--- a/src/gui/editors/notation/NoteInserter.cpp
+++ b/src/gui/editors/notation/NoteInserter.cpp
@@ -25,7 +25,7 @@
#include "NoteInserter.h"
#include "misc/Debug.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "base/BaseProperties.h"
#include <klocale.h>
diff --git a/src/gui/editors/notation/NotePixmapFactory.cpp b/src/gui/editors/notation/NotePixmapFactory.cpp
index b661d88..e2f69cb 100644
--- a/src/gui/editors/notation/NotePixmapFactory.cpp
+++ b/src/gui/editors/notation/NotePixmapFactory.cpp
@@ -26,7 +26,7 @@
#include "NotePixmapFactory.h"
#include "misc/Debug.h"
#include "base/NotationRules.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kstddirs.h>
diff --git a/src/gui/editors/notation/TrackHeader.cpp b/src/gui/editors/notation/TrackHeader.cpp
index 83dca88..1b73889 100644
--- a/src/gui/editors/notation/TrackHeader.cpp
+++ b/src/gui/editors/notation/TrackHeader.cpp
@@ -48,7 +48,7 @@
#include <string>
#include <utility>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <tqsize.h>
#include <tqwidget.h>