modernize: Reformat ALL the source... again!
[quassel.git] / src / core / coreircuser.h
index 5acb930..2a422eb 100644 (file)
@@ -23,7 +23,7 @@
 #include "ircuser.h"
 
 #ifdef HAVE_QCA2
-#  include "cipher.h"
+#    include "cipher.h"
 #endif
 
 class CoreIrcUser : public IrcUser
@@ -31,15 +31,15 @@ class CoreIrcUser : public IrcUser
     Q_OBJECT
 
 public:
-    CoreIrcUser(const QString &hostmask, Network *network);
+    CoreIrcUser(const QString& hostmask, Network* network);
     ~CoreIrcUser() override;
 
 #ifdef HAVE_QCA2
-    Cipher *cipher() const;
+    Ciphercipher() const;
 #endif
 
 #ifdef HAVE_QCA2
 private:
-    mutable Cipher *_cipher;
+    mutable Cipher_cipher;
 #endif
 };