1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

s/Q_WS_MAC/Q_OS_MAC/

This commit is contained in:
Uwe L. Korn
2014-06-05 21:40:51 +01:00
parent 69530a4dd0
commit a3f5a6c98d

View File

@@ -95,11 +95,11 @@
#include <QMessageBox>
#endif
#ifdef Q_WS_MAC
#include "mac/MacShortcutHandler.h"
#ifdef Q_OS_MAC
#include "mac/MacShortcutHandler.h"
#include <sys/resource.h>
#include <sys/sysctl.h>
#include <sys/resource.h>
#include <sys/sysctl.h>
#endif
#include <QDir>