diff --git a/src/geoip.h b/src/geoip.h index 00e143ba7..1f94c75d3 100644 --- a/src/geoip.h +++ b/src/geoip.h @@ -46,7 +46,7 @@ protected: static QString geoipFolder(bool embedded=false) { if(embedded) return ":/geoip/"; - return misc::qBittorrentPath()+"geoip"+QDir::separator(); + return misc::QDesktopServicesDataLocation()+"geoip"+QDir::separator(); #else static QString geoipFolder(bool) { if(QFile::exists("/usr/local/share/GeoIP/GeoIP.dat"))