]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/DomainSettingsDialog.h
Enable downloading of files that require login cookies. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / dialogs / DomainSettingsDialog.h
index 7680a0323252b109ed27f78369837c11e3182af4..7163458cb125f9c28bc7ced6339fc7790b2f2403 100644 (file)
@@ -20,6 +20,9 @@
 #ifndef DOMAINSETTINGSDIALOG_H
 #define DOMAINSETTINGSDIALOG_H
 
+// Application headers.
+#include "helpers/UserAgentHelper.h"
+
 // KDE Frameworks headers.
 #include <KLineEdit>
 
@@ -87,6 +90,7 @@ private:
     QPushButton *resetButtonPointer;
     QWidget *userAgentWidgetPointer;
     QComboBox *userAgentComboBoxPointer;
+    UserAgentHelper *userAgentHelperPointer;
     QLabel *userAgentLabelPointer;
     QWidget *zoomFactorWidgetPointer;
     QComboBox *zoomFactorComboBoxPointer;