2
0
Эх сурвалжийг харах

changed includes in helper

Malte Veerman 10 жил өмнө
parent
commit
e371697abb

+ 2 - 0
helper/src/helper.cpp

@@ -23,6 +23,8 @@
 #include <QTextStream>
 #include <QProcess>
 
+#include<KAuth/KAuthHelperSupport>
+
 #ifndef NO_SYSTEMD
 #include <QtDBus>
 #endif

+ 1 - 1
helper/src/helper.h

@@ -17,7 +17,7 @@
  *
  */
 
-#include <KAuth>
+#include <KAuth/KAuthActionReply>
 
 using namespace KAuth;