diff --git a/polkit-agent/src/PolkitListener.cpp b/polkit-agent/src/PolkitListener.cpp index 5da341a..b3d7f39 100644 --- a/polkit-agent/src/PolkitListener.cpp +++ b/polkit-agent/src/PolkitListener.cpp @@ -36,7 +36,7 @@ #include "mainwindow.h" #include "generic.h" -#ifdef KDK_INFOFOUND +#ifdef KDKINFO_FOUND #include #endif @@ -57,7 +57,7 @@ PolkitListener::~PolkitListener() bool PolkitListener::isMavis() { -#ifdef KDK_INFOFOUND +#ifdef KDKINFO_FOUND char *prjName = kdk_system_get_projectName(); #else char *prjName; @@ -77,7 +77,7 @@ bool PolkitListener::isMavis() bool PolkitListener::isSupportTableMode() { -#ifdef KDK_INFOFOUND +#ifdef KDKINFO_FOUND unsigned int nFeature = kdk_system_get_productFeatures(); #else unsigned int nFeature;