c728538
diff -rupN kdev-python-5.2.3/documentation_files/PyKDE4/kdecore.py kdev-python-5.2.3-new/documentation_files/PyKDE4/kdecore.py
c728538
--- kdev-python-5.2.3/documentation_files/PyKDE4/kdecore.py	2018-05-17 20:38:20.000000000 +0200
c728538
+++ kdev-python-5.2.3-new/documentation_files/PyKDE4/kdecore.py	2018-07-04 23:24:21.832704858 +0200
c728538
@@ -312,7 +312,7 @@ class KAuth():
c728538
         def executesAsync(self):
c728538
             '''bool KAuth.Action.executesAsync()'''
c728538
             return bool()
c728538
-        def setExecutesAsync(self, async):
c728538
+        def setExecutesAsync(self, async_):
c728538
             '''void KAuth.Action.setExecutesAsync(bool async)'''
c728538
         def execute(self):
c728538
             '''KAuth.ActionReply KAuth.Action.execute()'''
c728538
diff -rupN kdev-python-5.2.3/documentation_files/PyKDE4/khtml.py kdev-python-5.2.3-new/documentation_files/PyKDE4/khtml.py
c728538
--- kdev-python-5.2.3/documentation_files/PyKDE4/khtml.py	2018-05-17 20:38:20.000000000 +0200
c728538
+++ kdev-python-5.2.3-new/documentation_files/PyKDE4/khtml.py	2018-07-04 23:17:16.075728408 +0200
c728538
@@ -1619,7 +1619,7 @@ class DOM():
c728538
         def setAsync(self):
c728538
             '''bool DOM.Document.setAsync()'''
c728538
             return bool()
c728538
-        def async(self):
c728538
+        def async_(self):
c728538
             '''bool DOM.Document.async()'''
c728538
             return bool()
c728538
         def getOverrideStyle(self, elt, pseudoElt):