aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/profileeditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProfileEditor/profileeditorplugin.h')
-rw-r--r--plugins/ProfileEditor/profileeditorplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ProfileEditor/profileeditorplugin.h b/plugins/ProfileEditor/profileeditorplugin.h
index 3115ab2..df2c5c4 100644
--- a/plugins/ProfileEditor/profileeditorplugin.h
+++ b/plugins/ProfileEditor/profileeditorplugin.h
@@ -9,10 +9,10 @@
#ifndef PROFILEEDITORPLUGIN_H
#define PROFILEEDITORPLUGIN_H
-#include <QWebEngineProfile>
-#include <QWidget>
#include <interfaces.h>
+class QWebEngineProfile;
+class QWidget;
class ProfileEditorPlugin : public QObject, public PluginInterface, public ProfileInterface
{
Q_OBJECT