[Kst] branches/work/kst/portto4/kst/src/libkstmath

Adam Treat treat at kde.org
Wed Mar 14 19:42:31 CET 2007


SVN commit 642581 by treat:

* export


 M  +2 -1      kstpainter.h  


--- branches/work/kst/portto4/kst/src/libkstmath/kstpainter.h #642580:642581
@@ -20,6 +20,7 @@
 
 #include <qpainter.h>
 
+#include "kst_export.h"
 
 class KstPainter : public QPainter {
   public:
@@ -55,7 +56,7 @@
     bool _drawInlineUI;
     bool _makingMask;
     QRegion _uiMask;
-};
+} KST_EXPORT;
 
 #endif
 // vim: ts=2 sw=2 et


More information about the Kst mailing list