diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/kernel/tqdragobject.cpp | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqdragobject.cpp')
-rw-r--r-- | src/kernel/tqdragobject.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/tqdragobject.cpp b/src/kernel/tqdragobject.cpp index 68678e7d6..3c8921a59 100644 --- a/src/kernel/tqdragobject.cpp +++ b/src/kernel/tqdragobject.cpp @@ -50,10 +50,10 @@ #include "ntqapplication.h" #include "ntqpoint.h" #include "tqwidget.h" -#include "ntqbuffer.h" +#include "tqbuffer.h" #include "ntqgif.h" #include "tqregexp.h" -#include "ntqdir.h" +#include "tqdir.h" #include <ctype.h> // both a struct for storing stuff in and a wrapper to avoid polluting @@ -578,7 +578,7 @@ TQWidget * TQDragObject::source() TQDragObject is the base class for all data that needs to be transferred between and within applications, both for drag and - drop and for the \link ntqclipboard.html clipboard\endlink. + drop and for the \link tqclipboard.html clipboard\endlink. See the \link dnd.html Drag-and-drop documentation\endlink for an overview of how to provide drag and drop in your application. |