Complete and pimp DesktopNotificationBackend.
[quassel.git] / src / core / sslserver.h
index 3dd5bd9..1a02cff 100644 (file)
 #ifndef SSLSERVER_H
 #define SSLSERVER_H
 
-#include <QTcpServer>
-#include <QLinkedList>
+#ifdef HAVE_SSL
+
 #include <QSslCertificate>
 #include <QSslKey>
+#include <QTcpServer>
+#include <QLinkedList>
 
 class SslServer : public QTcpServer {
   Q_OBJECT
@@ -49,4 +51,6 @@ private:
   bool _certIsValid;
 };
 
+#endif //HAVE_SSL
+
 #endif //SSLSERVER_H