diff options
Diffstat (limited to 'src/generalsettingspage.h')
| -rw-r--r-- | src/generalsettingspage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index eb889a872..246b150ed 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -28,7 +28,7 @@ class QCheckBox; /** * @brief Page for the 'General' settings of the Dolphin settings dialog. * - * The general settings allow to set the home URL, the default view mode + * The general settings allow to set the home Url, the default view mode * and the split view mode. * * @author Peter Penz <[email protected]> @@ -46,12 +46,12 @@ public: virtual void applySettings(); private slots: - void selectHomeURL(); + void selectHomeUrl(); void useCurrentLocation(); void useDefaulLocation(); private: - QLineEdit* m_homeURL; + QLineEdit* m_homeUrl; QRadioButton* m_iconsView; QRadioButton* m_detailsView; QRadioButton* m_previewsView; |
