QTfrontend/bgwidget.cpp
changeset 2377 f3fab2b09e0c
parent 2071 0faa147c47df
child 2948 3f21a9dc93d0
--- a/QTfrontend/bgwidget.cpp	Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/bgwidget.cpp	Thu Sep 10 15:30:11 2009 +0000
@@ -67,11 +67,11 @@
 {
     setAttribute(Qt::WA_NoSystemBackground, true);
 	sprite.load(":/res/Star.png");
-	
+
 	setAutoFillBackground(false);
 
 	for (int i = 0; i < SPRITE_MAX; i++) spritePositions[i] = new SpritePosition(this, sprite.height());
-	
+
 	for (int i = 0; i < 360; i++)
 	{
 		rotatedSprites[i] = new QImage(sprite.width(), sprite.height(), QImage::Format_ARGB32);