diff options
Diffstat (limited to 'src/generalsettingspage.h')
| -rw-r--r-- | src/generalsettingspage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 0cffc3f69..4a71c5d1f 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -47,13 +47,14 @@ public: private slots: void selectHomeUrl(); void useCurrentLocation(); - void useDefaulLocation(); + void useDefaultLocation(); private: DolphinMainWindow* m_mainWindow; QLineEdit* m_homeUrl; QCheckBox* m_startSplit; QCheckBox* m_startEditable; + QCheckBox* m_showDeleteCommand; }; #endif |
