diff options
Diffstat (limited to 'src/gui/editors/notation/NotationVLayout.cpp')
-rw-r--r-- | src/gui/editors/notation/NotationVLayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NotationVLayout.cpp b/src/gui/editors/notation/NotationVLayout.cpp index 5afaa4a..3366e20 100644 --- a/src/gui/editors/notation/NotationVLayout.cpp +++ b/src/gui/editors/notation/NotationVLayout.cpp @@ -26,7 +26,7 @@ #include "NotationVLayout.h" #include "misc/Debug.h" -#include <klocale.h> +#include <tdelocale.h> #include "base/Composition.h" #include "base/Event.h" #include "base/LayoutEngine.h" @@ -41,7 +41,7 @@ #include "NotationProperties.h" #include "NotationStaff.h" #include "NotePixmapFactory.h" -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tqobject.h> #include <tqstring.h> #include <tqwidget.h> |