diff --git a/doc/classref/allclasses.html b/doc/classref/allclasses.html index 78e6ac2..a5222d8 100644 --- a/doc/classref/allclasses.html +++ b/doc/classref/allclasses.html @@ -775,7 +775,7 @@ KXYSelector KZip KZipFileEntry -KZoneAllocator +TDEZoneAllocator NET NETExtendedStrut NETIcon diff --git a/doc/classref/tdecore/KZoneAllocator.html b/doc/classref/tdecore/KZoneAllocator.html index 1f64671..154bb30 100644 --- a/doc/classref/tdecore/KZoneAllocator.html +++ b/doc/classref/tdecore/KZoneAllocator.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/html4/loose.dtd""> - class KZoneAllocator + class TDEZoneAllocator @@ -12,7 +12,7 @@
-

class KZoneAllocator


+

class TDEZoneAllocator


@@ -28,15 +28,15 @@ - +
tdecore
ClassKZoneAllocatorTDEZoneAllocator
Inherits

methods

    -
  • KZoneAllocator (_blockSize = 131072) -
    +
  • TDEZoneAllocator (_blockSize = 131072) +
  • returns a KZoneAllocator instance
    - + diff --git a/examples/pytde-sampler/qt_widgets/CONTRIB b/examples/pytde-sampler/qt_widgets/CONTRIB index 6603cb5..9f3d494 100644 --- a/examples/pytde-sampler/qt_widgets/CONTRIB +++ b/examples/pytde-sampler/qt_widgets/CONTRIB @@ -110,7 +110,7 @@ tdecore,KURLDrag,,, tdecore,KUniqueApplication,,, tdecore,KWin,,, tdecore,KWinModule,,, -tdecore,KZoneAllocator,,, +tdecore,TDEZoneAllocator,,, tdecore,MainBarIcon,,, tdecore,MainBarIconSet,,, tdecore,NET,,, diff --git a/sip/tdecore/kallocator.sip b/sip/tdecore/kallocator.sip index 73eb316..7e7f66a 100644 --- a/sip/tdecore/kallocator.sip +++ b/sip/tdecore/kallocator.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KZoneAllocator +class TDEZoneAllocator { %TypeHeaderCode #include @@ -32,17 +32,17 @@ class KZoneAllocator public: - KZoneAllocator (long = 131072); + TDEZoneAllocator (long = 131072); void* allocate (size_t); void deallocate (void*); void free_since (void*); protected: -//ig typedef TQValueList MemList; -//ig void addBlock (KZoneAllocator::MemBlock*); -//ig void delBlock (KZoneAllocator::MemBlock*); -//ig void insertHash (KZoneAllocator::MemBlock*); +//ig typedef TQValueList MemList; +//ig void addBlock (TDEZoneAllocator::MemBlock*); +//ig void delBlock (TDEZoneAllocator::MemBlock*); +//ig void insertHash (TDEZoneAllocator::MemBlock*); void initHash (); -}; // class KZoneAllocator +}; // class TDEZoneAllocator
    returns a TDEZoneAllocator instance
    ArgumentTypeDefault
    _blockSizelong131072
    diff --git a/doc/classref/tdecore/index.html b/doc/classref/tdecore/index.html index 2154985..d35166a 100644 --- a/doc/classref/tdecore/index.html +++ b/doc/classref/tdecore/index.html @@ -162,7 +162,7 @@
    KURLDrag
    KUniqueApplication
    KWordMacroExpander
    KZoneAllocator
    TDEZoneAllocator
    NET
    NETExtendedStrut
    NETIcon