wok-6.x diff lxqt-panel/stuff/fix_sysstat_plugin.patch @ rev 17591
syslinux/isohybrib.exe: add --md5, --undo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 10 08:53:27 2015 +0100 (2015-02-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxqt-panel/stuff/fix_sysstat_plugin.patch Tue Feb 10 08:53:27 2015 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +--- plugin-sysstat/lxqtsysstat.cpp 1.5 ++++ plugin-sysstat/lxqtsysstat.cpp 1.6 +@@ -28,9 +28,9 @@ 1.7 + #include "lxqtsysstat.h" 1.8 + #include "lxqtsysstatutils.h" 1.9 + 1.10 +-#include <SysStat/CpuStat> 1.11 +-#include <SysStat/MemStat> 1.12 +-#include <SysStat/NetStat> 1.13 ++#include <sysstat/cpustat.h> 1.14 ++#include <sysstat/memstat.h> 1.15 ++#include <sysstat/netstat.h> 1.16 + 1.17 + #include <QTimer> 1.18 + #include <qmath.h> 1.19 + 1.20 +--- plugin-sysstat/lxqtsysstatconfiguration.cpp 1.21 ++++ plugin-sysstat/lxqtsysstatconfiguration.cpp 1.22 +@@ -31,9 +31,9 @@ 1.23 + #include "lxqtsysstatutils.h" 1.24 + #include "lxqtsysstatcolours.h" 1.25 + 1.26 +-#include <SysStat/CpuStat> 1.27 +-#include <SysStat/MemStat> 1.28 +-#include <SysStat/NetStat> 1.29 ++#include <sysstat/cpustat.h> 1.30 ++#include <sysstat/memstat.h> 1.31 ++#include <sysstat/netstat.h> 1.32 + 1.33 + 1.34 + LxQtSysStatConfiguration::LxQtSysStatConfiguration(QSettings *settings, QWidget *parent) : 1.35 +