diff options
Diffstat (limited to 'src/gui/editors/notation/NoteStyleFileReader.cpp')
-rw-r--r-- | src/gui/editors/notation/NoteStyleFileReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteStyleFileReader.cpp b/src/gui/editors/notation/NoteStyleFileReader.cpp index 10e5f13..d8a552f 100644 --- a/src/gui/editors/notation/NoteStyleFileReader.cpp +++ b/src/gui/editors/notation/NoteStyleFileReader.cpp @@ -45,7 +45,7 @@ NoteStyleFileReader::NoteStyleFileReader(std::string name) : m_haveNote(false) { TQString styleDirectory = - KGlobal::dirs()->findResource("appdata", "styles/"); + TDEGlobal::dirs()->findResource("appdata", "styles/"); TQString styleFileName = TQString("%1/%2.xml").arg(styleDirectory).arg(strtoqstr(name)); |