Move credentials settings into certificate download dialogue (#1480).
[dcpomatic.git] / src / wx / christie_certificate_panel.h
index 0c9a64d4600e0739c0306919c29f343963123218..41278cb7c6c3d83e5c3590647d1b771cbb15eba9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,9 +18,9 @@
 
 */
 
-#include "download_certificate_panel.h"
+#include "credentials_download_certificate_panel.h"
 
-class ChristieCertificatePanel : public DownloadCertificatePanel
+class ChristieCertificatePanel : public CredentialsDownloadCertificatePanel
 {
 public:
        ChristieCertificatePanel (DownloadCertificateDialog* dialog);