Remove dead and unused code, out of date comments, unused methods and un-needed includes.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666484
This commit is contained in:
Robert Knight
2007-05-20 01:28:35 +00:00
parent fdc683432c
commit 1bc6c85c7e
4 changed files with 60 additions and 446 deletions

View File

@@ -60,6 +60,12 @@ ManageProfilesDialog::ManageProfilesDialog(QWidget* parent)
// ensure that session names are fully visible
_ui->sessionTable->resizeColumnToContents(0);
_ui->sessionTable->resizeColumnToContents(1);
_ui->sessionTable->resizeColumnToContents(2);
_ui->sessionTable->horizontalHeader()->updateGeometry();
qDebug() << "Table size hint: " << _ui->sessionTable->horizontalHeader()->sizeHint();
qDebug() << sizeHint();
// resize the session table to the full width of the table
_ui->sessionTable->horizontalHeader()->setStretchLastSection(true);