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

Adam Treat treat at kde.org
Wed Feb 28 19:16:18 CET 2007


SVN commit 638063 by treat:

* All widgets display in designer now although not all
correctly.  Missing pixmaps and some of the ui file conversions
were less than perfect.


 M  +4 -0      kstwidgets.h  


--- branches/work/kst/portto4/kst/src/widgets/kstwidgets.h #638062:638063
@@ -21,6 +21,9 @@
 #include <QObject>
 #include <QDesignerCustomWidgetInterface>
 
+//FIXME Remove this eventually...
+#include <kcomponentdata.h>
+
 #include <QtPlugin>
 
 class KstWidgetPlugin : public QObject, public QDesignerCustomWidgetInterface {
@@ -271,6 +274,7 @@
 
 KstWidgets::KstWidgets(QObject *parent)
     : QObject(parent) {
+  (void) new KComponentData("kstwidgets");
   _plugins.append(new CurveAppearanceWidgetPlugin(this));
   _plugins.append(new CurvePlacementWidgetPlugin(this));
   _plugins.append(new EditMultipleWidgetPlugin(this));


More information about the Kst mailing list