From 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 21:06:28 +0900 Subject: Rename environment class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/qt_kernel.pri | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/kernel/qt_kernel.pri') diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index c97ca461..64424b6d 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -16,14 +16,14 @@ kernel { $$KERNEL_P/tqcolor_p.h \ $$KERNEL_H/ntqconnection.h \ $$KERNEL_H/ntqcursor.h \ - $$KERNEL_H/ntqdesktopwidget.h \ + $$KERNEL_H/tqdesktopwidget.h \ $$KERNEL_H/tqdragobject.h \ $$KERNEL_H/ntqdrawutil.h \ $$KERNEL_H/tqdropsite.h \ - $$KERNEL_H/ntqevent.h \ - $$KERNEL_H/ntqeventloop.h \ - $$KERNEL_P/qeventloop_p.h \ - $$KERNEL_P/qeventloop_glib_p.h \ + $$KERNEL_H/tqevent.h \ + $$KERNEL_H/tqeventloop.h \ + $$KERNEL_P/tqeventloop_p.h \ + $$KERNEL_P/tqeventloop_glib_p.h \ $$KERNEL_H/ntqfocusdata.h \ $$KERNEL_H/tqfont.h \ $$KERNEL_P/tqfontdata_p.h \ @@ -39,7 +39,7 @@ kernel { $$KERNEL_H/ntqkeysequence.h \ $$KERNEL_H/ntqlayout.h \ $$KERNEL_P/qlayoutengine_p.h \ - $$KERNEL_H/ntqtranslator.h \ + $$KERNEL_H/tqtranslator.h \ $$KERNEL_H/ntqmetaobject.h \ $$KERNEL_H/tqmime.h \ $$KERNEL_H/tqmovie.h \ @@ -107,16 +107,16 @@ kernel { } glibmainloop { - HEADERS+=$$KERNEL_P/qeventloop_glib_p.h + HEADERS+=$$KERNEL_P/tqeventloop_glib_p.h } win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \ $$KERNEL_CPP/tqclipboard_win.cpp \ $$KERNEL_CPP/tqcolor_win.cpp \ $$KERNEL_CPP/qcursor_win.cpp \ - $$KERNEL_CPP/qdesktopwidget_win.cpp \ + $$KERNEL_CPP/tqdesktopwidget_win.cpp \ $$KERNEL_CPP/qdnd_win.cpp \ - $$KERNEL_CPP/qeventloop_win.cpp \ + $$KERNEL_CPP/tqeventloop_win.cpp \ $$KERNEL_CPP/tqfont_win.cpp \ $$KERNEL_CPP/qinputcontext_win.cpp \ $$KERNEL_CPP/tqmime_win.cpp \ @@ -138,7 +138,7 @@ kernel { $$KERNEL_CPP/tqcolor_x11.cpp \ $$KERNEL_CPP/qcursor_x11.cpp \ $$KERNEL_CPP/qdnd_x11.cpp \ - $$KERNEL_CPP/qdesktopwidget_x11.cpp \ + $$KERNEL_CPP/tqdesktopwidget_x11.cpp \ $$KERNEL_CPP/tqfont_x11.cpp \ $$KERNEL_CPP/qinputcontext.cpp \ $$KERNEL_CPP/qinputcontext_x11.cpp \ @@ -152,9 +152,9 @@ kernel { $$KERNEL_CPP/tqwidgetcreate_x11.cpp \ $$KERNEL_CPP/tqfontengine_x11.cpp glibmainloop { - SOURCES += $$KERNEL_CPP/qeventloop_x11_glib.cpp + SOURCES += $$KERNEL_CPP/tqeventloop_x11_glib.cpp } else { - SOURCES += $$KERNEL_CPP/qeventloop_x11.cpp + SOURCES += $$KERNEL_CPP/tqeventloop_x11.cpp } } @@ -169,14 +169,14 @@ kernel { $$KERNEL_CPP/qcursor_mac.cpp \ $$KERNEL_CPP/tqmime_mac.cpp \ $$KERNEL_CPP/qdnd_mac.cpp \ - $$KERNEL_CPP/qdesktopwidget_mac.cpp \ + $$KERNEL_CPP/tqdesktopwidget_mac.cpp \ $$KERNEL_CPP/tqpixmap_mac.cpp \ $$KERNEL_CPP/tqprinter_mac.cpp \ $$KERNEL_CPP/tqpaintdevice_mac.cpp \ $$KERNEL_CPP/tqpainter_mac.cpp \ $$KERNEL_CPP/tqregion_mac.cpp \ $$KERNEL_CPP/tqwidget_mac.cpp \ - $$KERNEL_CPP/qeventloop_mac.cpp \ + $$KERNEL_CPP/tqeventloop_mac.cpp \ $$KERNEL_CPP/tqfont_mac.cpp \ $$KERNEL_CPP/tqfontengine_mac.cpp DEFINES += QMAC_ONE_PIXEL_LOCK @@ -184,9 +184,9 @@ kernel { SOURCES += $$KERNEL_CPP/tqprinter_unix.cpp \ $$KERNEL_CPP/qpsprinter.cpp glibmainloop { - SOURCES += $$KERNEL_CPP/qeventloop_unix_glib.cpp + SOURCES += $$KERNEL_CPP/tqeventloop_unix_glib.cpp } else { - SOURCES += $$KERNEL_CPP/qeventloop_unix.cpp + SOURCES += $$KERNEL_CPP/tqeventloop_unix.cpp } } @@ -208,8 +208,8 @@ kernel { $$KERNEL_CPP/tqdragobject.cpp \ $$KERNEL_CPP/qdrawutil.cpp \ $$KERNEL_CPP/tqdropsite.cpp \ - $$KERNEL_CPP/qevent.cpp \ - $$KERNEL_CPP/qeventloop.cpp \ + $$KERNEL_CPP/tqevent.cpp \ + $$KERNEL_CPP/tqeventloop.cpp \ $$KERNEL_CPP/qfocusdata.cpp \ $$KERNEL_CPP/tqfont.cpp \ $$KERNEL_CPP/tqfontdatabase.cpp \ @@ -220,7 +220,7 @@ kernel { $$KERNEL_CPP/qkeysequence.cpp \ $$KERNEL_CPP/qlayout.cpp \ $$KERNEL_CPP/qlayoutengine.cpp \ - $$KERNEL_CPP/qtranslator.cpp \ + $$KERNEL_CPP/tqtranslator.cpp \ $$KERNEL_CPP/qmetaobject.cpp \ $$KERNEL_CPP/tqmime.cpp \ $$KERNEL_CPP/tqmovie.cpp \ -- cgit v1.2.1