summaryrefslogtreecommitdiffstats
path: root/wineconfig/winewrite.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-01-21 19:49:50 +0100
committerSlávek Banko <[email protected]>2023-01-23 02:18:34 +0100
commit00acd92ff96bd6d3bb3136aa6d6b37314b3ad623 (patch)
tree60db84a70bf9cb13ffbf931151ae7b0f8ffc86e8 /wineconfig/winewrite.py
parent94f5a3f12e1c61aa2f3cde2d7b260c08489336ac (diff)
downloadtde-guidance-00acd92ff96bd6d3bb3136aa6d6b37314b3ad623.tar.gz
tde-guidance-00acd92ff96bd6d3bb3136aa6d6b37314b3ad623.zip
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'wineconfig/winewrite.py')
-rw-r--r--wineconfig/winewrite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wineconfig/winewrite.py b/wineconfig/winewrite.py
index db01614..b208e66 100644
--- a/wineconfig/winewrite.py
+++ b/wineconfig/winewrite.py
@@ -133,7 +133,7 @@ def SetKeyValues(key,settings):
file.write("REGEDIT4\n\n[" + key + "]\n")
for setting in settings:
- # Casting to a python string is necessary for older versions of pyQT
+ # Casting to a python string is necessary for older versions of PyTQt
if str(settings[setting])[:4] == 'hex:':
file.write('"'+str(setting)+'"='+str(settings[setting])+'\n')
else: