[Kstars-devel] KDE/kdeedu/kstars/kstars/widgets

Akarsh Simha akarshsimha at gmail.com
Wed Dec 23 20:52:41 CET 2009


SVN commit 1065596 by asimha:

EBN::happiness++

Thanks for the patch, Hari. I just moved the infoboxwidget.h include
header up the list to make EBN happier.

CCMAIL: kstars-devel at kde.org



 M  +4 -6      infoboxwidget.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/widgets/infoboxwidget.cpp #1065595:1065596
@@ -15,17 +15,15 @@
  *                                                                         *
  ***************************************************************************/
 
-#include <QPainter>
-#include <QMouseEvent>
-#include <QFontMetrics>
+#include "infoboxwidget.h"
 
 #include "kstarsdata.h"
 #include "colorscheme.h"
 #include "ksutils.h"
+#include <QPainter>
+#include <QMouseEvent>
+#include <QFontMetrics>
 
-#include "widgets/infoboxwidget.h"
-
-
 const int InfoBoxWidget::padX = 6;
 const int InfoBoxWidget::padY = 2;
 


More information about the Kstars-devel mailing list