back again, snapshot has already changes in kdeui

svn path=/trunk/KDE/kdebase/konsole/; revision=506933
This commit is contained in:
Joseph Wenninger
2006-02-07 21:55:56 +00:00
parent de158a768e
commit 2f7c2ef906
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()) {