mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
pykde4: fix build of pluginfactory bindings
This commit is contained in:
parent
1fbf1f5dec
commit
f991cb484e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue