summaryrefslogtreecommitdiff
path: root/examples/triage/byte.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triage/byte.cpp')
-rw-r--r--examples/triage/byte.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/byte.cpp b/examples/triage/byte.cpp
index 75bf7474..79e3bd50 100644
--- a/examples/triage/byte.cpp
+++ b/examples/triage/byte.cpp
@@ -103,7 +103,7 @@ BinaryViewRef ByteView::getData()
QFont ByteView::getFont()
{
QFont userFont = getMonospaceFont(this);
-#ifdef Q_OS_MAC
+#ifdef Q_OS_MACOS
// Some fonts aren't fixed width across all characters, use a known good one
QFont font("Menlo", userFont.pointSize());
font.setKerning(false);