Explorar o código

Fixed KAuth bug

Malte Veerman %!s(int64=6) %!d(string=hai) anos
pai
achega
73d47b7553
Modificáronse 1 ficheiros con 3 adicións e 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);
 };