diff options
Diffstat (limited to 'src/gui/editors/notation/SystemFont.cpp')
-rw-r--r-- | src/gui/editors/notation/SystemFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/SystemFont.cpp b/src/gui/editors/notation/SystemFont.cpp index 77d3341..bf98e58 100644 --- a/src/gui/editors/notation/SystemFont.cpp +++ b/src/gui/editors/notation/SystemFont.cpp @@ -152,7 +152,7 @@ qfont: if (family == name.lower()) return new SystemFontQt(qfont); else { - int bracket = family.tqfind(" ["); + int bracket = family.find(" ["); if (bracket > 1) family = family.left(bracket); if (family == name.lower()) |