From 479f5f799523bffbcc83dff581a2299c047c6fff Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:44:01 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- python/pykde/doc/static.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/pykde/doc/static.html') 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 @@

Static member functions are implemented as Python class functions. For example the C++ static member function -QObject::connect() +TQObject::connect() is called from Python as -QObject.connect() or +TQObject.connect() or self.connect() if called from a sub-class of -QObject. +TQObject.

None and NULL

Throughout the bindings, the @@ -59,8 +59,8 @@ the enumerated type was defined in must be included. For example:

 Qt.SolidPattern
-QWidget.TabFocus
-QFrame.TabFocus
+TQWidget.TabFocus
+TQFrame.TabFocus
 
-- cgit v1.2.3