summaryrefslogtreecommitdiffstats
path: root/doc/classref/kfile/KNotifyDialog.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:03:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:03:49 -0600
commit387a27b62f25387e42a850739ced151d64a2e760 (patch)
treebbba39b506feb102175f10aa296b201a5a4557f5 /doc/classref/kfile/KNotifyDialog.html
parent3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff)
downloadpytde-387a27b62f25387e42a850739ced151d64a2e760.tar.gz
pytde-387a27b62f25387e42a850739ced151d64a2e760.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'doc/classref/kfile/KNotifyDialog.html')
-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 a8c92de..dde017f 100644
--- a/doc/classref/kfile/KNotifyDialog.html
+++ b/doc/classref/kfile/KNotifyDialog.html
@@ -42,7 +42,7 @@
<tr><td>parent</td><td>TQWidget</td><td>0</td></tr>
<tr><td>name</td><td>char</td><td>0</td></tr>
<tr><td>modal</td><td>bool</td><td>1</td></tr>
-<tr><td>aboutData</td><td>KAboutData</td><td>see note</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()
which sip is unable to parse. Since it's the last arg in the list, it has
@@ -75,7 +75,7 @@ value for a default value of 0 supplied from Python.
</table><table><tr bgcolor="#fff0ff"><th>Argument</th><th>Type</th><th>Default</th></tr>
<tr><td>parent</td><td>TQWidget</td><td>0</td></tr>
<tr><td>name</td><td>a Python string</td><td>""</td></tr>
-<tr><td>aboutData</td><td>KAboutData</td><td>see note</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()
which sip is unable to parse. Since it's the last arg in the list, it has