diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
commit | 479f5f799523bffbcc83dff581a2299c047c6fff (patch) | |
tree | 186aae707ed02aac6c7cab2fb14e97f72aca5e36 /python/pykde/doc/static.html | |
parent | f1dbff6145c98324ff82e34448b7483727e8ace4 (diff) | |
download | tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/pykde/doc/static.html')
-rw-r--r-- | python/pykde/doc/static.html | 10 |
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> |