summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/dvdgroup.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/dvdgroup.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/dvdgroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/remote/dvdgroup.cpp b/noncore/tools/remote/dvdgroup.cpp
index a75c48a..d7ff515 100644
--- a/noncore/tools/remote/dvdgroup.cpp
+++ b/noncore/tools/remote/dvdgroup.cpp
@@ -19,13 +19,13 @@ 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
*/
#include "dvdgroup.h"
-DVDGroup::DVDGroup(QWidget *parent=0, const char *name=0):QWidget(parent,name)
+DVDGroup::DVDGroup(QWidget *parent, const char *name):QWidget(parent,name)
{
QGridLayout *layout = new QGridLayout(this);
//put rows between the buttons of size 1
layout->addRowSpacing(1,1);
layout->addRowSpacing(3,1);