summaryrefslogtreecommitdiffstats
path: root/python/pykde/doc/static.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/pykde/doc/static.html')
-rw-r--r--python/pykde/doc/static.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/pykde/doc/static.html b/python/pykde/doc/static.html
index e68f13bd..0ee4ef76 100644
--- a/python/pykde/doc/static.html
+++ b/python/pykde/doc/static.html
@@ -25,12 +25,12 @@
<P>
Static member functions are implemented as Python class functions.
For example the C++ static member function
-<TT CLASS="LITERAL" >QObject::connect()</TT>
+<TT CLASS="LITERAL" >TQObject::connect()</TT>
is called from Python as
-<TT CLASS="LITERAL">QObject.connect()</TT> or
+<TT CLASS="LITERAL">TQObject.connect()</TT> or
<TT CLASS="LITERAL">self.connect()</TT>
if called from a sub-class of
-<TT CLASS="LITERAL">QObject</TT>.
+<TT CLASS="LITERAL">TQObject</TT>.
</P>
<h2>None and NULL</h2>
<P>Throughout the bindings, the
@@ -59,8 +59,8 @@ the enumerated type was defined in must be included. For example:
<TD>
<PRE CLASS="PROGRAMLISTING">
Qt.SolidPattern
-QWidget.TabFocus
-QFrame.TabFocus
+TQWidget.TabFocus
+TQFrame.TabFocus
</PRE>
</TD>
</TR>