]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/urlbutton.h
Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patches!).
[dolphin.git] / src / urlbutton.h
index a52fdf463fdaa5cd1ff3a0c91d7b0547c3d91659..4c88a7d3a7986b9dd7fc29fad0e0c623b63199df 100644 (file)
@@ -15,7 +15,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 URLBUTTON_H
@@ -41,7 +41,7 @@ class UrlButton : public QPushButton
     Q_OBJECT
 
 public:
-    UrlButton(UrlNavigator* parent);
+    explicit UrlButton(UrlNavigator* parent);
     virtual ~UrlButton();
 
     UrlNavigator* urlNavigator() const;