summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:37:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:37:24 -0600
commit65674fcc5b81254837e10d7c6040c234947e7a3a (patch)
treed7ba2f54bd5a3b43e2af9095e28f816accad33a3
parent51c1ef690e8d1ab196d501d756f37803b0ff89cf (diff)
downloadpytde-65674fcc.tar.gz
pytde-65674fcc.zip
Clean up rename
-rw-r--r--doc/classref/dcop/DCOPClient.html2
-rw-r--r--sip/dcop/dcopclient.sip2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classref/dcop/DCOPClient.html b/doc/classref/dcop/DCOPClient.html
index c6b191e..c0fe761 100644
--- a/doc/classref/dcop/DCOPClient.html
+++ b/doc/classref/dcop/DCOPClient.html
@@ -427,7 +427,7 @@
<tr><td>a0</td><td>bool</td><td></td></tr>
</table>
</td><td width="50%"><table><tr><td></td></tr></table></td></tr></table></li><hr>
-<li><b>setTQtBridgeEnabled</b> (b)
+<li><b>setQtBridgeEnabled</b> (b)
<table width = "100%"><tr><td width="50%" valign="top"><table><tr><td>returns <i>nothing</i></td></tr>
<tr><td>In versions KDE 3.0.3 and above only</td></tr>
</table><table><tr bgcolor="#fff0ff"><th>Argument</th><th>Type</th><th>Default</th></tr>
diff --git a/sip/dcop/dcopclient.sip b/sip/dcop/dcopclient.sip
index 6ac2eb5..ddc5fae 100644
--- a/sip/dcop/dcopclient.sip
+++ b/sip/dcop/dcopclient.sip
@@ -46,7 +46,7 @@ public:
%If ( KDE_3_0_3 - )
bool qtBridgeEnabled ();
- void setTQtBridgeEnabled (bool);
+ void setQtBridgeEnabled (bool);
%End
TQCString registerAs (const TQCString&, bool = 1);