svn path=/trunk/KDE/kdebase/konsole/; revision=506924
This commit is contained in:
Joseph Wenninger
2006-02-07 21:46:20 +00:00
parent 970f6dfe5e
commit bca8991069
3 changed files with 9 additions and 9 deletions

View File

@@ -200,9 +200,9 @@ void SchemaEditor::previewLoaded(bool l)
if (l) {
QMatrix mat;
pix =
spix->transformed(mat.
scale(180.0 / spix->QPixmap::width(),
100.0 / spix->QPixmap::height()));
spix->pixmap().transformed(mat.
scale(180.0 / spix->pixmap().width(),
100.0 / spix->pixmap().height()));
kDebug(0) << "Loaded" << endl;
loaded = true;
if (transparencyCheck->isChecked()) {