aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webengineprofile.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-04-01 13:19:55 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-04-01 13:19:55 +0200
commit67d1767533a8bfa87cc0744db469b890177307b7 (patch)
treeac02a535ff794f8141e4691cddc227c3a2757dd7 /src/webengine/webengineprofile.h
parentAdded cookie widget (diff)
downloadsmolbote-67d1767533a8bfa87cc0744db469b890177307b7.tar.xz
Moved CookiesForm into the ProfileDialog
Diffstat (limited to 'src/webengine/webengineprofile.h')
-rw-r--r--src/webengine/webengineprofile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h
index c93ae52..421ff0e 100644
--- a/src/webengine/webengineprofile.h
+++ b/src/webengine/webengineprofile.h
@@ -22,7 +22,7 @@
#define WEBENGINEPROFILE_H
#include <QWebEngineProfile>
-#include "forms/cookiesform.h"
+#include "forms/profiledialog.h"
class WebEngineProfile : public QWebEngineProfile
{
@@ -33,7 +33,7 @@ public:
~WebEngineProfile();
- CookiesWidget *cookieUI();
+ ProfileDialog *dialog();
signals:
@@ -41,7 +41,7 @@ public slots:
void saveProfile();
private:
- CookiesWidget *m_cookiesForm;
+ ProfileDialog *m_profileDialog;
};
#endif // WEBENGINEPROFILE_H