--- 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();