QTfrontend/togglebutton.cpp
changeset 2377 f3fab2b09e0c
parent 1933 7b8b0a9032d3
child 2948 3f21a9dc93d0
--- a/QTfrontend/togglebutton.cpp	Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/togglebutton.cpp	Thu Sep 10 15:30:11 2009 +0000
@@ -25,7 +25,7 @@
 
 	pbMain = new QPushButton(this);
 	pbMain->setCheckable(true);
-	
+
 	QPixmap pm(":/res/btnDisabled.png");
 	QPainter * painter = new QPainter();