From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/qapplication.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kernel/qapplication.cpp') diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index ee1395619..8f456790c 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -52,14 +52,14 @@ #include "tqtextcodec.h" #include "tqsessionmanager.h" #include "tqdragobject.h" -#include "ntqclipboard.h" +#include "tqclipboard.h" #include "ntqcursor.h" #include "tqstyle.h" #include "tqstylefactory.h" -#include "ntqfile.h" +#include "tqfile.h" #include "ntqmessagebox.h" -#include "ntqdir.h" -#include "ntqfileinfo.h" +#include "tqdir.h" +#include "tqfileinfo.h" #ifdef TQ_WS_WIN #include "qinputcontext_p.h" #endif -- cgit v1.2.3