diff options
Diffstat (limited to 'src/gui/editors/notation/NoteFontFactory.cpp')
-rw-r--r-- | src/gui/editors/notation/NoteFontFactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/notation/NoteFontFactory.cpp b/src/gui/editors/notation/NoteFontFactory.cpp index b13f45b..d924ffc 100644 --- a/src/gui/editors/notation/NoteFontFactory.cpp +++ b/src/gui/editors/notation/NoteFontFactory.cpp @@ -27,7 +27,7 @@ #include "misc/Debug.h" #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstddirs.h> #include "misc/Strings.h" #include "document/ConfigGroups.h" @@ -36,8 +36,8 @@ #include "NoteFont.h" #include "NoteFontMap.h" #include <tdeconfig.h> -#include <kglobal.h> -#include <kmessagebox.h> +#include <tdeglobal.h> +#include <tdemessagebox.h> #include <tqdir.h> #include <tqstring.h> #include <tqstringlist.h> |