[plugins/windowsystem] Use upstream KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE
Summary: The next release of Plasma depends on KF 5.66. Reviewers: #kwin, dfaure Reviewed By: dfaure Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D26694
This commit is contained in:
parent
423c6cfabd
commit
093133c411
1 changed files with 0 additions and 9 deletions
|
@ -23,15 +23,6 @@
|
|||
|
||||
#include <QObject>
|
||||
|
||||
// Compat with KF < 5.64
|
||||
#ifndef KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE
|
||||
#ifndef KWINDOWSYSTEM_NO_DEPRECATED
|
||||
#define KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(x, y) 1
|
||||
#else
|
||||
#define KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(x, y) 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue