[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/tools
From:       Laurent Montel <montel () kde ! org>
Date:       2005-11-15 10:30:36
Message-ID: 1132050636.234107.18297.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480505 by mlaurent:

Fix some error


 M  +1 -1      altvstime.cpp  
 M  +1 -1      scriptfunction.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/altvstime.cpp #480504:480505
@@ -529,7 +529,7 @@
 	QPainter p;
 	p.begin( &buffer2 );
 	p.translate( leftPadding(), topPadding() );
-	p.setPen( QPen( "grey", 1, SolidLine ) );
+	p.setPen( QPen( "grey", 1, Qt::SolidLine ) );
 	p.drawLine( Xcursor, 0, Xcursor, PixRect.height() );
 	p.drawLine( 0, Ycursor, PixRect.width(), Ycursor );
 	p.end();
--- trunk/KDE/kdeedu/kstars/kstars/tools/scriptfunction.cpp #480504:480505
@@ -16,7 +16,7 @@
  ***************************************************************************/
 
 #include <kdebug.h>
-
+#include <QValidator>
 #include "scriptfunction.h"
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic