Prechádzať zdrojové kódy

changed includes in helper

Malte Veerman 10 rokov pred
rodič
commit
e371697abb
2 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 2 0
      helper/src/helper.cpp
  2. 1 1
      helper/src/helper.h

+ 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;