[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue May 13 00:34:31 CEST 2003
CVS commit by staikos:
A static governor for the collection of plugins that are loaded at any given
time.
A plugincollection.cpp 1.1
A plugincollection.h 1.1
M +1 -0 Makefile.am 1.11
M +1 -4 pluginloader.h 1.2
--- kdeextragear-2/kst/kst/Makefile.am #1.10:1.11
@@ -21,4 +21,5 @@
pluginxmlparser.cpp \
pluginloader.cpp \
+ plugincollection.cpp \
kstbasevectorlist.cpp \
kstdatamanager_i.cpp \
--- kdeextragear-2/kst/kst/pluginloader.h #1.1:1.2
@@ -19,8 +19,5 @@
#define _PLUGINLOADER_H
-#include <qmap.h>
-#include <qpair.h>
#include <qstring.h>
-
#include <kstaticdeleter.h>
@@ -33,5 +30,5 @@ friend class KStaticDeleter<PluginLoader
public:
- PluginLoader *self();
+ static PluginLoader *self();
Plugin *loadPlugin(const QString& xmlfile, const QString& object);
More information about the Kst
mailing list