[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Mar 25 20:35:12 CET 2005


CVS commit by arwalker: 

Standardize include file layout


  M +4 -6      ksthistogram.cpp   1.58


--- kdeextragear-2/kst/kst/ksthistogram.cpp  #1.57:1.58
@@ -16,21 +16,20 @@
  ***************************************************************************/
 
-/** A class for handling histograms for kst
- *@author C. Barth Netterfield
- */
-
-#include "ksthistogram.h"
 #include <assert.h>
 #include <math.h>
 #include <stdlib.h>
 
+// include files for Qt
 #include <qstylesheet.h>
 
+// include files for KDE
 #include <kglobal.h>
 #include <klocale.h>
 
+// application specific includes
 #include "dialoglauncher.h"
 #include "kstdatacollection.h"
 #include "kstdefaultnames.h"
+#include "ksthistogram.h"
 
 static const QString& RAWVECTOR  = KGlobal::staticQString("I");




More information about the Kst mailing list