From 28deb24ee066a649aa9b3b915cf853d6020e50a4 Mon Sep 17 00:00:00 2001 From: Ignat Semenov <13thguards@gmail.com> Date: Wed, 26 May 2010 17:51:27 +0000 Subject: [PATCH] Remove unnecessary calls to showButtonSeparator(false) svn path=/trunk/KDE/kdebase/workspace/; revision=1130888 --- clients/oxygen/config/oxygendetectwidget.cpp | 1 - clients/oxygen/config/oxygenexceptiondialog.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/clients/oxygen/config/oxygendetectwidget.cpp b/clients/oxygen/config/oxygendetectwidget.cpp index 11b1df6f3d..6c6a016010 100644 --- a/clients/oxygen/config/oxygendetectwidget.cpp +++ b/clients/oxygen/config/oxygendetectwidget.cpp @@ -54,7 +54,6 @@ namespace Oxygen // define buttons setButtons( Ok|Cancel ); - showButtonSeparator( false ); QWidget* local( new QWidget( this ) ); ui.setupUi( local ); diff --git a/clients/oxygen/config/oxygenexceptiondialog.cpp b/clients/oxygen/config/oxygenexceptiondialog.cpp index 91478e1a29..81e80c05cc 100644 --- a/clients/oxygen/config/oxygenexceptiondialog.cpp +++ b/clients/oxygen/config/oxygenexceptiondialog.cpp @@ -41,7 +41,6 @@ namespace Oxygen // define buttons setButtons( Ok|Cancel ); - showButtonSeparator( false ); QWidget* local( new QWidget( this ) ); ui.setupUi( local ); setMainWidget( local );