-rw-r--r-- | library/qpeapplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index a55f5f9..c154689 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp | |||
@@ -1281,5 +1281,5 @@ void QPEApplication::prepareForTermination(bool willrestart) | |||
1281 | //QWidget *d = QApplication::desktop(); | 1281 | //QWidget *d = QApplication::desktop(); |
1282 | QImage img = Resource::loadImage( "wait" ); | 1282 | QImage img = Resource::loadImage( "launcher/new_wait" ); |
1283 | QPixmap pix; | 1283 | QPixmap pix; |
1284 | pix.convertFromImage(img.smoothScale(3*img.width(), 3*img.height())); | 1284 | pix.convertFromImage(img.smoothScale(1*img.width(), 1*img.height())); |
1285 | QLabel *lblWait = new QLabel(0, "wait hack!", QWidget::WStyle_Customize | | 1285 | QLabel *lblWait = new QLabel(0, "wait hack!", QWidget::WStyle_Customize | |