Kaynağa Gözat

changed includes in helper

Malte Veerman 10 yıl önce
ebeveyn
işleme
e371697abb
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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;