X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=0d8d837af8151e596bafc888571dd5de599ca6e7;hp=111ffe76710047d1779d2af7911bc0861c57dec0;hb=8f50c6cce47eaae781de54eabb0dbff3cfc8b451;hpb=e128a8ef50a0a3fce1d75d7d06121b2ea6c74d6a diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index 111ffe76..0d8d837a 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -26,7 +26,7 @@ #include #include -#ifndef QT_NO_OPENSSL +#ifdef HAVE_SSL # include # include #else @@ -143,7 +143,7 @@ private slots: void startAutoWhoCycle(); void nickChanged(const QString &newNick, const QString &oldNick); // this signal is inteded to rename query buffers in the storage backend -#ifndef QT_NO_OPENSSL +#ifdef HAVE_SSL void socketEncrypted(); void sslErrors(const QList &errors); #endif @@ -151,7 +151,7 @@ private slots: void fillBucketAndProcessQueue(); private: -#ifndef QT_NO_OPENSSL +#ifdef HAVE_SSL QSslSocket socket; #else QTcpSocket socket;