pykde4: fix build of pluginfactory bindings

This commit is contained in:
Ivailo Monev 2015-03-02 16:36:09 +00:00
parent 1fbf1f5dec
commit f991cb484e

View file

@ -22,12 +22,12 @@
#include <QFileInfo> #include <QFileInfo>
#include <QDir> #include <QDir>
#include <QSet> #include <QSet>
#include <klibloader.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kcmodule.h> #include <kcmodule.h>
#include <Python.h>
#include <kcomponentdata.h> #include <kcomponentdata.h>
#include <kdebug.h> #include <kdebug.h>
#include <kpluginfactory.h>
#include <Python.h>
/* /*
This implements a plugin factory for running Python plugins. It also This implements a plugin factory for running Python plugins. It also