X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FDomainSettingsDialog.h;h=7163458cb125f9c28bc7ced6339fc7790b2f2403;hb=831ccbba28b7bae2abfe964428d126f44ae43f1b;hp=7680a0323252b109ed27f78369837c11e3182af4;hpb=fb2760a23bc59d63c74e18c92628ef03ccd8bf3a;p=PrivacyBrowserPC.git diff --git a/src/dialogs/DomainSettingsDialog.h b/src/dialogs/DomainSettingsDialog.h index 7680a03..7163458 100644 --- a/src/dialogs/DomainSettingsDialog.h +++ b/src/dialogs/DomainSettingsDialog.h @@ -20,6 +20,9 @@ #ifndef DOMAINSETTINGSDIALOG_H #define DOMAINSETTINGSDIALOG_H +// Application headers. +#include "helpers/UserAgentHelper.h" + // KDE Frameworks headers. #include @@ -87,6 +90,7 @@ private: QPushButton *resetButtonPointer; QWidget *userAgentWidgetPointer; QComboBox *userAgentComboBoxPointer; + UserAgentHelper *userAgentHelperPointer; QLabel *userAgentLabelPointer; QWidget *zoomFactorWidgetPointer; QComboBox *zoomFactorComboBoxPointer;