[Kst] branches/work/kst/portto4/kst/src/widgets
Adam Treat
treat at kde.org
Wed Mar 14 19:54:04 CET 2007
SVN commit 642584 by treat:
* export
M +1 -1 editmultiplewidget.h
M +3 -1 kstbackbuffer.h
--- branches/work/kst/portto4/kst/src/widgets/editmultiplewidget.h #642583:642584
@@ -33,7 +33,7 @@
public slots:
void selectAllObjects();
void applyFilter(const QString &filter);
-};
+} KST_EXPORT;
#endif
// vim: ts=2 sw=2 et
--- branches/work/kst/portto4/kst/src/widgets/kstbackbuffer.h #642583:642584
@@ -21,6 +21,8 @@
#include <qpainter.h>
#include <qpixmap.h>
+#include "kst_export.h"
+
class KstBackBuffer {
public:
KstBackBuffer();
@@ -33,7 +35,7 @@
private:
QPixmap _buffer;
-};
+} KST_EXPORT;
#endif
More information about the Kst
mailing list