diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:01:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:01:50 -0600 |
commit | c7afb0091d39e5528757d1e07673a2ae6bc6c55f (patch) | |
tree | 11cd96af91552d22eb01356053aa695769eb28c5 | |
parent | 1343e022f2064f7fff32fda06bcff08d8ad4af25 (diff) | |
download | pytqt-c7afb0091d39e5528757d1e07673a2ae6bc6c55f.tar.gz pytqt-c7afb0091d39e5528757d1e07673a2ae6bc6c55f.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -491,8 +491,8 @@ v0.8 29th May 1999 classes to follow the new NULL/None conventions, and for the introduction of sipParseArgs(). Added Drag-and-Drop support to kmyapp. Added Matt Gerassimoff's TQt examples. Added the TQCursor global - cursors. Added TQPainter.boundingRect(), KApplication.addDropZone(), - KApplication.removeDropZone, KApplication.setRootDropZone(). Added + cursors. Added TQPainter.boundingRect(), TDEApplication.addDropZone(), + TDEApplication.removeDropZone, TDEApplication.setRootDropZone(). Added TQDragEnterEvent, TQDragLeaveEvent, TQDragMoveEvent, TQDragObject, TQDragResponseEvent, TQDropEvent, TQDropSite, TQHideEvent, TQImageDrag, TQPaintDeviceMetrics, TQShowEvent, TQStoredDrag, TQTextDrag, TQTimer, |