wok view lxqt-panel/stuff/fix_sysstat_plugin.patch @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
parents
children
line source
1 --- plugin-sysstat/lxqtsysstat.cpp
2 +++ plugin-sysstat/lxqtsysstat.cpp
3 @@ -28,9 +28,9 @@
4 #include "lxqtsysstat.h"
5 #include "lxqtsysstatutils.h"
7 -#include <SysStat/CpuStat>
8 -#include <SysStat/MemStat>
9 -#include <SysStat/NetStat>
10 +#include <sysstat/cpustat.h>
11 +#include <sysstat/memstat.h>
12 +#include <sysstat/netstat.h>
14 #include <QTimer>
15 #include <qmath.h>
17 --- plugin-sysstat/lxqtsysstatconfiguration.cpp
18 +++ plugin-sysstat/lxqtsysstatconfiguration.cpp
19 @@ -31,9 +31,9 @@
20 #include "lxqtsysstatutils.h"
21 #include "lxqtsysstatcolours.h"
23 -#include <SysStat/CpuStat>
24 -#include <SysStat/MemStat>
25 -#include <SysStat/NetStat>
26 +#include <sysstat/cpustat.h>
27 +#include <sysstat/memstat.h>
28 +#include <sysstat/netstat.h>
31 LxQtSysStatConfiguration::LxQtSysStatConfiguration(QSettings *settings, QWidget *parent) :