plugins/pressure: Use ulonglong for storing "total" time information
- plugins/pressure: Use longlong for storing "total" time information
Using long unsigned int
leads to issues with recent libdbus/Qt that
cause ksystemstats to abort with an error about "ulong" not being a
recognised type. To avoid that, use a type that we already use in other
places.