aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/profileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProfileEditor/forms/profileview.h')
-rw-r--r--plugins/ProfileEditor/forms/profileview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ProfileEditor/forms/profileview.h b/plugins/ProfileEditor/forms/profileview.h
index d05b0f1..7f3e738 100644
--- a/plugins/ProfileEditor/forms/profileview.h
+++ b/plugins/ProfileEditor/forms/profileview.h
@@ -18,7 +18,7 @@ namespace Ui
class ProfileView;
}
-class WebProfile;
+class Profile;
class QWebEngineCookieStore;
class QCheckBox;
@@ -27,7 +27,7 @@ class ProfileView : public QWidget
Q_OBJECT
public:
- explicit ProfileView(WebProfile *profile, QWidget *parent = nullptr);
+ explicit ProfileView(Profile *profile, QWidget *parent = nullptr);
~ProfileView() override;
private slots:
@@ -41,7 +41,7 @@ private slots:
private:
Ui::ProfileView *ui;
- WebProfile *m_profile;
+ Profile *m_profile;
};
#endif // PROFILEDIALOG_H