diff options
Diffstat (limited to 'src/gui/editors/notation/NotePixmapFactory.cpp')
-rw-r--r-- | src/gui/editors/notation/NotePixmapFactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/notation/NotePixmapFactory.cpp b/src/gui/editors/notation/NotePixmapFactory.cpp index e2f69cb..a190d5f 100644 --- a/src/gui/editors/notation/NotePixmapFactory.cpp +++ b/src/gui/editors/notation/NotePixmapFactory.cpp @@ -28,7 +28,7 @@ #include "base/NotationRules.h" #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstddirs.h> #include <tdeconfig.h> #include "misc/Strings.h" @@ -54,8 +54,8 @@ #include "NotePixmapPainter.h" #include "NoteStyleFactory.h" #include "NoteStyle.h" -#include <kglobal.h> -#include <kmessagebox.h> +#include <tdeglobal.h> +#include <tdemessagebox.h> #include <tqbitmap.h> #include <tqcolor.h> #include <tqfile.h> |