summaryrefslogtreecommitdiffstats
path: root/doc/classref/kfile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classref/kfile')
-rw-r--r--doc/classref/kfile/KNotifyDialog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classref/kfile/KNotifyDialog.html b/doc/classref/kfile/KNotifyDialog.html
index dde017f..c235121 100644
--- a/doc/classref/kfile/KNotifyDialog.html
+++ b/doc/classref/kfile/KNotifyDialog.html
@@ -44,7 +44,7 @@
<tr><td>modal</td><td>bool</td><td>1</td></tr>
<tr><td>aboutData</td><td>TDEAboutData</td><td>see note</td></tr>
</table>
-</td><td width="50%"><table><tr><td>The default value for aboutData in C++ is KGlobal::instance()->aboutData()
+</td><td width="50%"><table><tr><td>The default value for aboutData in C++ is TDEGlobal::instance()->aboutData()
which sip is unable to parse. Since it's the last arg in the list, it has
to have a default value, and since the C++ code will fail if the default
value really is zero, the sip code silently substitutes the real default
@@ -77,7 +77,7 @@ value for a default value of 0 supplied from Python.
<tr><td>name</td><td>a Python string</td><td>""</td></tr>
<tr><td>aboutData</td><td>TDEAboutData</td><td>see note</td></tr>
</table>
-</td><td width="50%"><table><tr><td>The default value for aboutData in C++ is KGlobal::instance()->aboutData()
+</td><td width="50%"><table><tr><td>The default value for aboutData in C++ is TDEGlobal::instance()->aboutData()
which sip is unable to parse. Since it's the last arg in the list, it has
to have a default value, and since the C++ code will fail if the default
value really is zero, the sip code silently substitutes the real default