From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/qdnd_x11.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/qdnd_x11.cpp') diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp index dc4b9678b..0a51b9f2e 100644 --- a/src/kernel/qdnd_x11.cpp +++ b/src/kernel/qdnd_x11.cpp @@ -45,14 +45,14 @@ #ifndef TQT_NO_DRAGANDDROP #include "tqwidget.h" -#include "ntqintdict.h" +#include "tqintdict.h" #include "tqdatetime.h" -#include "ntqdict.h" +#include "tqdict.h" #include "ntqguardedptr.h" #include "tqdragobject.h" #include "tqobjectlist.h" #include "ntqcursor.h" -#include "ntqbitmap.h" +#include "tqbitmap.h" #include "ntqpainter.h" #include "qt_x11_p.h" -- cgit v1.2.3