diff options
Diffstat (limited to 'src/gui/editors/notation/NoteStyleFileReader.cpp')
-rw-r--r-- | src/gui/editors/notation/NoteStyleFileReader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/NoteStyleFileReader.cpp b/src/gui/editors/notation/NoteStyleFileReader.cpp index d8a552f..bcab138 100644 --- a/src/gui/editors/notation/NoteStyleFileReader.cpp +++ b/src/gui/editors/notation/NoteStyleFileReader.cpp @@ -29,9 +29,9 @@ #include <tqfileinfo.h> #include <tqdir.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstddirs.h> -#include <klocale.h> +#include <tdelocale.h> #include "misc/Strings.h" #include "NotationStrings.h" |