From 78084d208645966796655e492cd2484ad93d9b77 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Sat, 8 Sep 2007 15:00:27 +0000 Subject: [PATCH] Remove the Select button from the Appearance and Input pages of the profile editor as it is no longer needed. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709914 --- src/EditProfileDialog.cpp | 4 ---- src/EditProfileDialog.ui | 22 +--------------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/src/EditProfileDialog.cpp b/src/EditProfileDialog.cpp index 7ca0b965..acf86bf4 100644 --- a/src/EditProfileDialog.cpp +++ b/src/EditProfileDialog.cpp @@ -389,8 +389,6 @@ void EditProfileDialog::setupAppearancePage(const Profile* info) connect( _ui->colorSchemeList , SIGNAL(entered(const QModelIndex&)) , this , SLOT(previewColorScheme(const QModelIndex&)) ); - connect( _ui->selectColorSchemeButton , SIGNAL(clicked()) , this , - SLOT(colorSchemeSelected()) ); connect( _ui->editColorSchemeButton , SIGNAL(clicked()) , this , SLOT(editColorScheme()) ); connect( _ui->removeColorSchemeButton , SIGNAL(clicked()) , this , @@ -656,8 +654,6 @@ void EditProfileDialog::setupKeyboardPage(const Profile* /* info */) connect( _ui->keyBindingList->selectionModel() , SIGNAL(selectionChanged(const QItemSelection&,const QItemSelection&)), SLOT(keyBindingSelected()) ); - connect( _ui->selectKeyBindingsButton , SIGNAL(clicked()) , this , - SLOT(keyBindingSelected()) ); connect( _ui->newKeyBindingsButton , SIGNAL(clicked()) , this , SLOT(newKeyBinding()) ); connect( _ui->editKeyBindingsButton , SIGNAL(clicked()) , this , diff --git a/src/EditProfileDialog.ui b/src/EditProfileDialog.ui index 5ae905dc..83fe177f 100644 --- a/src/EditProfileDialog.ui +++ b/src/EditProfileDialog.ui @@ -426,17 +426,7 @@ - - - - Use the selected color scheme for this profile - - - Select - - - - + Qt::Vertical @@ -825,16 +815,6 @@ - - - - Use the selected key bindings list in this profile - - - Select - - -