]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/protocolcombo.h
Create shared lib as discussed with David and Peter
[dolphin.git] / src / protocolcombo.h
index 5ddc113b9db035f8eba36623f9759a9373ae3b08..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
@@ -33,7 +33,7 @@ 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;