File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/plugins/grass/qtermwidget Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ QString get_kb_layout_dir()
33
33
// qDebug() << d.path();
34
34
if (d.exists ())
35
35
return QCoreApplication::applicationDirPath () + " /kb-layouts/" ;
36
- #ifdef Q_WS_MAC
36
+ #ifdef Q_OS_MACOS
37
37
d.setPath (QCoreApplication::applicationDirPath () + " /../Resources/kb-layouts/" );
38
38
if (d.exists ())
39
39
return QCoreApplication::applicationDirPath () + " /../Resources/kb-layouts/" ;
@@ -68,7 +68,7 @@ QString get_color_schemes_dir()
68
68
// qDebug() << d.path();
69
69
if (d.exists ())
70
70
rval = QCoreApplication::applicationDirPath () + " /color-schemes/" ;
71
- #ifdef Q_WS_MAC
71
+ #ifdef Q_OS_MACOS
72
72
d.setPath (QCoreApplication::applicationDirPath () + " /../Resources/color-schemes/" );
73
73
if (d.exists ())
74
74
rval = QCoreApplication::applicationDirPath () + " /../Resources/color-schemes/" ;
You can’t perform that action at this time.
0 commit comments