diff options
Diffstat (limited to 'www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h')
-rw-r--r-- | www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h b/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h new file mode 100644 index 000000000000..5b4ece17f483 --- /dev/null +++ b/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h @@ -0,0 +1,20 @@ +--- src/lib/3rdparty/processinfo.h.orig 2014-09-26 12:35:35.000000000 +0400 ++++ src/lib/3rdparty/processinfo.h 2014-09-26 23:04:10.000000000 +0400 +@@ -18,16 +18,12 @@ + #ifndef PROCESSINFO_H + #define PROCESSINFO_H + +-#include <QtGlobal> ++#include "qzcommon.h" + + #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) + #include <sys/types.h> + #endif + +-#include <QString> +- +-#include "qzcommon.h" +- + /* + * Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5 + * written by user WitchCraft |