]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/protocolcombo.h
Cleanup of URL drop handling (simplified code, modifier keys work again). After furth...
[dolphin.git] / src / protocolcombo.h
index b043cc40453b9c2b4e8f6b02b84c71e56e7fc0b9..616a286b1eb5ed298693706f8db0a4eaca64a5aa 100644 (file)
@@ -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
 #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;