making Quassel compile with NO_SSL again
[quassel.git] / src / qtui / coreconnectdlg.h
index 01bc75a..70cab9a 100644 (file)
@@ -134,6 +134,7 @@ private:
 // ========================================
 //  SslCertDisplayDialog
 // ========================================
+#ifdef HAVE_SSL
 class QSslCertificate;
 
 class SslCertDisplayDialog : public QDialog {
@@ -142,4 +143,6 @@ class SslCertDisplayDialog : public QDialog {
 public:
   SslCertDisplayDialog(const QString &host, const QSslCertificate &cert, QWidget *parent = 0);
 };
-#endif
+#endif // HAVE_SSL
+
+#endif // CORECONNECTDLG_H