Ticket #47125: fix_kpythonpluginfactory_build.diff
File fix_kpythonpluginfactory_build.diff, 796 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
kpythonpluginfactory/kpythonpluginfactory.cpp
From: Modestas Vainius <modax@debian.org> Subject: Include Python.h first as Qt includes steal "slots" keyword Forwarded: no Origin: vendor Last-Update: 2008-12-05
old new 18 18 Boston, MA 02111-1307, USA. 19 19 */ 20 20 21 #include <Python.h> 21 22 #include <QtCore/QCoreApplication> 22 23 #include <QFileInfo> 23 24 #include <QDir> … … 25 26 #include <klibloader.h> 26 27 #include <kstandarddirs.h> 27 28 #include <kcmodule.h> 28 #include <Python.h>29 29 #include <kcomponentdata.h> 30 30 #include <kdebug.h> 31 31