┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/generalsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generalsettingspage.h')
-rw-r--r--src/generalsettingspage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h
index 246b150ed..f5e952b2f 100644
--- a/src/generalsettingspage.h
+++ b/src/generalsettingspage.h
@@ -24,6 +24,7 @@
class QLineEdit;
class QRadioButton;
class QCheckBox;
+class DolphinMainWindow;
/**
* @brief Page for the 'General' settings of the Dolphin settings dialog.
@@ -38,7 +39,7 @@ class GeneralSettingsPage : public SettingsPageBase
Q_OBJECT
public:
- GeneralSettingsPage(QWidget* parent);
+ GeneralSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent);
virtual ~GeneralSettingsPage();
@@ -51,6 +52,7 @@ private slots:
void useDefaulLocation();
private:
+ DolphinMainWindow *m_mainWindow;
QLineEdit* m_homeUrl;
QRadioButton* m_iconsView;
QRadioButton* m_detailsView;