mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
Port away from deprecated KDNSSD CamelCase include prefixes
GIT_SILENT
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
#include <KStringHandler>
|
||||
#include <KWallet/KWallet>
|
||||
|
||||
#include <dnssd/publicservice.h>
|
||||
#include <kdnssd_version.h>
|
||||
#if KDNSSD_VERSION >= QT_VERSION_CHECK(5, 84, 0)
|
||||
#include <KDNSSD/PublicService>
|
||||
#else
|
||||
#include <DNSSD/PublicService>
|
||||
#endif
|
||||
|
||||
using KWallet::Wallet;
|
||||
|
||||
// used for KWallet folder name
|
||||
|
||||
Reference in New Issue
Block a user