summaryrefslogtreecommitdiffstats
path: root/doc/classref/kfile
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:31:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:31:20 -0600
commit1244eb7c0136985569a71f525ef5bcee08a431c4 (patch)
treeb611e304794fa1b9ec4cce9dd762e572d301aa4e /doc/classref/kfile
parent44249e7b6a1264a1d56b6ac085fa797d831d9bb2 (diff)
downloadpytde-1244eb7c0136985569a71f525ef5bcee08a431c4.tar.gz
pytde-1244eb7c0136985569a71f525ef5bcee08a431c4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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