X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5252c12db4929886dbe502013e0a1fee6500f568..b5cc2a6924cfd8f59611d3cec2edbb00a08b4ff1:/src/protocolcombo.h diff --git a/src/protocolcombo.h b/src/protocolcombo.h index b043cc404..616a286b1 100644 --- a/src/protocolcombo.h +++ b/src/protocolcombo.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #ifndef PROTOCOLCOMBO_H #define 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); + explicit ProtocolCombo(const QString& protocol, UrlNavigator* parent = 0); QString currentProtocol() const;