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/protocolcombo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/protocolcombo.h') diff --git a/src/protocolcombo.h b/src/protocolcombo.h index b043cc404..5ddc113b9 100644 --- a/src/protocolcombo.h +++ b/src/protocolcombo.h @@ -23,17 +23,17 @@ #include "urlbutton.h" #include "urlnavigatorbutton.h" -class URLNavigator; +class UrlNavigator; /** * A combobox listing available protocols */ -class ProtocolCombo : public URLNavigatorButton +class ProtocolCombo : public UrlNavigatorButton { Q_OBJECT public: - ProtocolCombo(const QString& protocol, URLNavigator* parent = 0); + ProtocolCombo(const QString& protocol, UrlNavigator* parent = 0); QString currentProtocol() const; -- cgit v1.3