wok diff lxqt-panel/stuff/fix_sysstat_plugin.patch @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
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	Sun Feb 14 22:06:06 2016 +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 +