diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /src/kernel/ntqt.h | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt3-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqt.h')
-rw-r--r-- | src/kernel/ntqt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index c5430b8fd..778a0a93c 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -49,7 +49,7 @@ #include "tqvaluelist.h" #include "tqmap.h" #include "tqdatetime.h" -#include "ntqmime.h" +#include "tqmime.h" #include "ntqasciidict.h" #include "ntqpaintdevice.h" #include "ntqfontmetrics.h" @@ -90,7 +90,7 @@ #include <ntqgif.h> #include <ntqglcolormap.h> #include <ntqcache.h> -#include <ntqdropsite.h> +#include <tqdropsite.h> #include "ntqgplugin.h" #include <ntqgrid.h> #include "ntqrangecontrol.h" @@ -150,7 +150,7 @@ #include "tqmenudata.h" #include <ntqlistview.h> #include "ntqpen.h" -#include "ntqdragobject.h" +#include "tqdragobject.h" #include <tqiconview.h> #include <ntqpixmapcache.h> #include <ntqplatinumstyle.h> |