commit 4cf10270322b25d06fe1eecb98277433e0c35e04
Author: Ray Seyfarth <ray.seyfarth@gmail.com>
Date:   Thu May 21 17:24:51 2020 -0500

    Fixed problem with QStandardPaths and QT4
    
    For QT4 I used QDir::homePath() to get the home directory rather than
    the QStandardPaths function which doesn't exist on QT4.
