diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 16:32:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 16:32:25 -0600 |
commit | 298800711f615ef5c3d69cc1b7f8e57c6ab0f191 (patch) | |
tree | a928a8b163d135163d15ebe8a518a6caa3de24bc /NEWS | |
parent | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (diff) | |
download | pytqt-298800711f615ef5c3d69cc1b7f8e57c6ab0f191.tar.gz pytqt-298800711f615ef5c3d69cc1b7f8e57c6ab0f191.zip |
Fix FTBFS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -358,8 +358,8 @@ v2.5 11th August 2001 for different versions of TQt. NULL TQCanvasItemList, TQFileInfoList, TQObjectList, TQStrList and TQWidgetList pointers are now converted to an empty Python list rather than None. Added TQDataStream and the TQDom - classes (thanks to Jim Bublitz). Added the qt_xdisplay(), qt_xscreen() - and qt_xrootwin() functions. Added the TQColor.getHsv(), + classes (thanks to Jim Bublitz). Added the tqt_xdisplay(), tqt_xscreen() + and tqt_xrootwin() functions. Added the TQColor.getHsv(), TQPaintDevice.x11Display(), TQPaintDevice.x11AppDisplay(), TQPaintDevice.x11SetAppDpiX(), TQPaintDevice.x11SetAppDpiY() and TQWidget.customEvent() methods. |