|
Lines 1-5
Link Here
|
| 1 |
--- src/lib/3rdparty/processinfo.h.orig 2014-09-26 12:35:35.000000000 +0400 |
1 |
--- src/lib/3rdparty/processinfo.h.orig 2015-01-26 14:26:15 UTC |
| 2 |
+++ src/lib/3rdparty/processinfo.h 2014-09-26 23:04:10.000000000 +0400 |
2 |
+++ src/lib/3rdparty/processinfo.h |
| 3 |
@@ -18,16 +18,12 @@ |
3 |
@@ -18,16 +18,12 @@ |
| 4 |
#ifndef PROCESSINFO_H |
4 |
#ifndef PROCESSINFO_H |
| 5 |
#define PROCESSINFO_H |
5 |
#define PROCESSINFO_H |
|
Lines 6-12
Link Here
|
| 6 |
|
6 |
|
| 7 |
-#include <QtGlobal> |
7 |
-#include <QtGlobal> |
| 8 |
+#include "qzcommon.h" |
8 |
+#include "qzcommon.h" |
| 9 |
|
9 |
|
| 10 |
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) |
10 |
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) |
| 11 |
#include <sys/types.h> |
11 |
#include <sys/types.h> |
| 12 |
#endif |
12 |
#endif |
|
Lines 17-20
Link Here
|
| 17 |
- |
17 |
- |
| 18 |
/* |
18 |
/* |
| 19 |
* Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5 |
19 |
* Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5 |
| 20 |
* written by user WitchCraft |
20 |
* written by user WitchCraft |