From 7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 22 Nov 2006 17:13:11 +0000 Subject: As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now). svn path=/trunk/playground/utils/dolphin/; revision=606991 --- src/generalsettingspage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/generalsettingspage.h') 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 @@ -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; -- cgit v1.3