diff --git a/widgets/progressbar.cpp b/widgets/progressbar.cpp index 53bbfca77..2d3602f5d 100644 --- a/widgets/progressbar.cpp +++ b/widgets/progressbar.cpp @@ -2,8 +2,8 @@ * Copyright (C) 2007 Jon de Andres Frias * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License version 2 + * or later as published by the Free Software Foundation * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -55,7 +55,7 @@ ProgressBar::ProgressBar(Widget *parent) init(); } -ProgressBar::~ProgressBar() +ProgressBar::~ProgressBar() { delete d; } diff --git a/widgets/progressbar.h b/widgets/progressbar.h index a6300b79f..cc2b5d999 100644 --- a/widgets/progressbar.h +++ b/widgets/progressbar.h @@ -2,8 +2,8 @@ * Copyright (C) 2007 Jon de Andres Frias * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation + * it under the terms of the GNU Library General Public License version 2 + * or later as published by the Free Software Foundation * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of