Explorar el Código

Fixed KAuth bug

Malte Veerman hace 6 años
padre
commit
73d47b7553
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      helper/src/helper.h

+ 3 - 1
helper/src/helper.h

@@ -20,11 +20,13 @@
 #include <KAuth/KAuthActionReply>
 
 
+using namespace KAuth;
+
 class Helper : public QObject
 {
     Q_OBJECT
 
     public Q_SLOTS:
 
-        KAuth::ActionReply action(const QVariantMap &args);
+        ActionReply action(const QVariantMap &args);
 };