mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kinfocenter: replace __linux__ with Q_OS_LINUX definition check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3edc0ed578
commit
4f4942d558
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ bool GetInfo_SCSI(QTreeWidget* tree);
|
|||
bool GetInfo_XServer_and_Video(QTreeWidget* tree);
|
||||
|
||||
|
||||
#ifdef __linux__
|
||||
#ifdef Q_OS_LINUX
|
||||
|
||||
#define INFO_IRQ_AVAILABLE
|
||||
#define INFO_DMA_AVAILABLE
|
||||
|
|
Loading…
Add table
Reference in a new issue