Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.45 KB | None | 0 0
  1. --- a/python/pykde4/kpythonpluginfactory/kpythonpluginfactory.cpp
  2. +++ b/python/pykde4/kpythonpluginfactory/kpythonpluginfactory.cpp
  3. @@ -18,6 +18,7 @@
  4.     Boston, MA 02111-1307, USA.
  5.  */
  6.  
  7. +#include <Python.h>
  8.  #include <QtCore/QCoreApplication>
  9.  #include <QFileInfo>
  10.  #include <QDir>
  11. @@ -25,7 +26,6 @@
  12.  #include <klibloader.h>
  13.  #include <kstandarddirs.h>
  14.  #include <kcmodule.h>
  15. -#include <Python.h>
  16.  #include <kcomponentdata.h>
  17.  #include <kdebug.h>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement