mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 14:36:16 +02:00
Fix linux target
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
/*
|
||||
* Qt includes
|
||||
*/
|
||||
|
||||
#include <QObject>
|
||||
#include <QSystemTrayIcon>
|
||||
|
||||
@@ -74,7 +75,7 @@ class SysTrayX : public QObject
|
||||
*/
|
||||
void hideTrayIcon();
|
||||
|
||||
#if defined( Q_OS_LINUX ) && defined( NO_KDE_INTEGRATION )
|
||||
#if defined( Q_OS_LINUX ) && defined( KDE_INTEGRATION )
|
||||
|
||||
/**
|
||||
* @brief showKdeTrayIcon. Create and show the KDE icon.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <QtGlobal>
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#include "windowctrl-unix.h"
|
||||
#include "windowctrl-lin.h"
|
||||
#endif // Q_OS_LINUX
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user