From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qstoreddrag.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qstoreddrag.html') diff --git a/doc/html/qstoreddrag.html b/doc/html/qstoreddrag.html index 71dbdc315..9c96bb56e 100644 --- a/doc/html/qstoreddrag.html +++ b/doc/html/qstoreddrag.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }

The TQStoredDrag class provides a simple stored-value drag object for arbitrary MIME data. More... -

#include <qdragobject.h> -

Inherits TQDragObject. +

#include <ntqdragobject.h> +

Inherits TQDragObject.

Inherited by TQUriDrag and TQColorDrag.

List of all member functions.

Public Members

@@ -51,15 +51,15 @@ The TQStoredDrag class provides a simple stored-value drag object for arbitrary

When a block of data has only one representation, you can use a TQStoredDrag to hold it. -

For more information about drag and drop, see the TQDragObject +

For more information about drag and drop, see the TQDragObject class and the drag and drop documentation.

See also Drag And Drop Classes.


Member Function Documentation

-

TQStoredDrag::TQStoredDrag ( const char * mimeType, TQWidget * dragSource = 0, const char * name = 0 ) +

TQStoredDrag::TQStoredDrag ( const char * mimeType, TQWidget * dragSource = 0, const char * name = 0 )

Constructs a TQStoredDrag. The dragSource and name are passed -to the TQDragObject constructor, and the format is set to mimeType. +to the TQDragObject constructor, and the format is set to mimeType.

The data will be unset. Use setEncodedData() to set it.

TQStoredDrag::~TQStoredDrag () -- cgit v1.2.1