diff -r 331569d44b19 -r 684261ef2165 eric6/Utilities/__init__.py --- a/eric6/Utilities/__init__.py Sun Sep 01 17:44:33 2019 +0200 +++ b/eric6/Utilities/__init__.py Sun Sep 01 19:40:53 2019 +0200 @@ -1707,9 +1707,9 @@ @param toolname base name of the tool (string) @return the Qt tool name without extension (string) """ - return "{0}{1}{2}".format(Preferences.getQt("QtToolsPrefix4"), + return "{0}{1}{2}".format(Preferences.getQt("QtToolsPrefix"), toolname, - Preferences.getQt("QtToolsPostfix4") + Preferences.getQt("QtToolsPostfix") )