diff options
Diffstat (limited to 'src/generalsettingspage.h')
| -rw-r--r-- | src/generalsettingspage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 7dab3ea74..83d4b0dba 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -52,10 +52,14 @@ private slots: private: DolphinMainWindow* m_mainWindow; QLineEdit* m_homeUrl; + QCheckBox* m_splitView; QCheckBox* m_editableUrl; QCheckBox* m_filterBar; + QCheckBox* m_showDeleteCommand; + QCheckBox* m_confirmMoveToTrash; + QCheckBox* m_confirmDelete; }; #endif |
