summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:01:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:01:50 -0600
commitc7afb0091d39e5528757d1e07673a2ae6bc6c55f (patch)
tree11cd96af91552d22eb01356053aa695769eb28c5
parent1343e022f2064f7fff32fda06bcff08d8ad4af25 (diff)
downloadpytqt-c7afb0091d39e5528757d1e07673a2ae6bc6c55f.tar.gz
pytqt-c7afb0091d39e5528757d1e07673a2ae6bc6c55f.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 283e78d..bcbd75a 100644
--- a/NEWS
+++ b/NEWS
@@ -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,