[Kst] kdeextragear-2/kst/tests

George Staikos staikos at kde.org
Wed Dec 15 23:27:35 CET 2004


CVS commit by staikos: 

- compile
- includemoc
- ignore


  A            kstXbench/.cvsignore   1.1
  A            kstXbench/Makefile.am   1.1
  M +2 -0      Makefile.am   1.7
  M +5 -4      kstXbench/tw.cpp   1.3
  M +4 -0      kstXbench/tw.h   1.3


--- kdeextragear-2/kst/tests/Makefile.am  #1.6:1.7
@@ -1,3 +1,5 @@
 
+SUBDIRS=. kstXbench
+
 check_PROGRAMS=testeqparser testhistogram testscalars testlabelparser
 

--- kdeextragear-2/kst/tests/kstXbench/tw.cpp  #1.2:1.3
@@ -15,10 +15,10 @@
  *                                                                         *
  ***************************************************************************/
-#include <qtimer.h>
-#include <qpixmap.h>
+#include <qcolor.h>
+#include <qimage.h>
 #include <qpaintdevice.h>
 #include <qpainter.h>
-#include <qcolor.h>
-#include <qt.h>
+#include <qpixmap.h>
+#include <qtimer.h>
 
 #include <stdio.h>
@@ -190,2 +190,3 @@ void TW::testDrawImage() {
 }
 
+#include "tw.moc"

--- kdeextragear-2/kst/tests/kstXbench/tw.h  #1.2:1.3
@@ -15,4 +15,6 @@
  *                                                                         *
  ***************************************************************************/
+#ifndef TW_H
+#define TW_H
 #include <qtimer.h>
 #include <qpixmap.h>
@@ -32,2 +34,4 @@ class TW : public QWidget {
   QApplication *_a;
 };
+
+#endif





More information about the Kst mailing list