diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
| commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
| tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qcolordrag.html | |
| parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
| download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip | |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcolordrag.html')
| -rw-r--r-- | doc/html/qcolordrag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcolordrag.html b/doc/html/qcolordrag.html index a9252566d..8953f4748 100644 --- a/doc/html/qcolordrag.html +++ b/doc/html/qcolordrag.html @@ -64,11 +64,11 @@ and the <a href="dnd.html">drag and drop documentation</a>. <p>See also <a href="draganddrop.html">Drag And Drop Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQColorDrag"></a>TQColorDrag::TQColorDrag ( const <a href="ntqcolor.html">TQColor</a> & col, <a href="ntqwidget.html">TQWidget</a> * dragsource = 0, const char * name = 0 ) +<h3 class=fn><a name="TQColorDrag"></a>TQColorDrag::TQColorDrag ( const <a href="ntqcolor.html">TQColor</a> & col, <a href="tqwidget.html">TQWidget</a> * dragsource = 0, const char * name = 0 ) </h3> Constructs a color drag object with the color <em>col</em>. Passes <em>dragsource</em> and <em>name</em> to the <a href="qstoreddrag.html">TQStoredDrag</a> constructor. -<h3 class=fn><a name="TQColorDrag-2"></a>TQColorDrag::TQColorDrag ( <a href="ntqwidget.html">TQWidget</a> * dragsource = 0, const char * name = 0 ) +<h3 class=fn><a name="TQColorDrag-2"></a>TQColorDrag::TQColorDrag ( <a href="tqwidget.html">TQWidget</a> * dragsource = 0, const char * name = 0 ) </h3> Constructs a color drag object with a white color. Passes <em>dragsource</em> and <em>name</em> to the <a href="qstoreddrag.html">TQStoredDrag</a> constructor. |
