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, 0 insertions, 20 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 deleted file mode 100644 index 1eb22081140d..000000000000 --- a/www/qupzilla-qt4/files/patch-src__lib__3rdparty__processinfo.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/3rdparty/processinfo.h.orig 2015-01-26 14:26:15 UTC -+++ src/lib/3rdparty/processinfo.h -@@ -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 |