[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Thu Nov 3 22:47:17 CET 2005


SVN commit 477355 by staikos:

make sure the define is there on older KDE installs


 M  +8 -0      kstwidgets.cpp  


--- trunk/extragear/graphics/kst/kst/kstwidgets.cpp #477354:477355
@@ -16,12 +16,20 @@
 #include "datarangewidget.h"
 #include "editmultiplewidget.h"
 #include "fftoptionswidget.h"
+#include "kst_export.h"
 #include "matrixselector.h"
 #include "plotlistbox.h"
 #include "scalarselector.h"
 #include "stringselector.h"
 #include "vectorselector.h"
 
+#ifndef KDE_Q_EXPORT_PLUGIN
+#define KDE_Q_EXPORT_PLUGIN(PLUGIN) \
+Q_EXTERN_C KST_EXPORT const char* qt_ucm_query_verification_data(); \
+Q_EXTERN_C KST_EXPORT QUnknownInterface* ucm_instantiate(); \
+Q_EXPORT_PLUGIN(PLUGIN)
+#endif
+
 class KstWidgets : public QWidgetPlugin {
 public:
 	KstWidgets() : QWidgetPlugin() {


More information about the Kst mailing list