diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /src/kernel/qt_kernel.pri | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt-0917fbb5.tar.gz tqt-0917fbb5.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qt_kernel.pri')
-rw-r--r-- | src/kernel/qt_kernel.pri | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index fbde927e1..c3b5c4b2d 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -3,19 +3,19 @@ kernel { KERNEL_P = kernel HEADERS += \ - $$KERNEL_H/ntqaccel.h \ + $$KERNEL_H/tqaccel.h \ $$KERNEL_P/qucomextra_p.h \ $$KERNEL_H/ntqapplication.h \ $$KERNEL_P/qapplication_p.h \ - $$KERNEL_H/ntqasyncimageio.h \ - $$KERNEL_H/ntqasyncio.h \ + $$KERNEL_H/tqasyncimageio.h \ + $$KERNEL_H/tqasyncio.h \ $$KERNEL_H/tqbitmap.h \ $$KERNEL_H/tqbrush.h \ $$KERNEL_H/tqclipboard.h \ $$KERNEL_H/tqcolor.h \ $$KERNEL_P/tqcolor_p.h \ - $$KERNEL_H/ntqconnection.h \ - $$KERNEL_H/ntqcursor.h \ + $$KERNEL_H/tqconnection.h \ + $$KERNEL_H/tqcursor.h \ $$KERNEL_H/tqdesktopwidget.h \ $$KERNEL_H/tqdragobject.h \ $$KERNEL_H/ntqdrawutil.h \ @@ -113,7 +113,7 @@ kernel { win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \ $$KERNEL_CPP/tqclipboard_win.cpp \ $$KERNEL_CPP/tqcolor_win.cpp \ - $$KERNEL_CPP/qcursor_win.cpp \ + $$KERNEL_CPP/tqcursor_win.cpp \ $$KERNEL_CPP/tqdesktopwidget_win.cpp \ $$KERNEL_CPP/qdnd_win.cpp \ $$KERNEL_CPP/tqeventloop_win.cpp \ @@ -136,7 +136,7 @@ kernel { SOURCES += $$KERNEL_CPP/qapplication_x11.cpp \ $$KERNEL_CPP/tqclipboard_x11.cpp \ $$KERNEL_CPP/tqcolor_x11.cpp \ - $$KERNEL_CPP/qcursor_x11.cpp \ + $$KERNEL_CPP/tqcursor_x11.cpp \ $$KERNEL_CPP/qdnd_x11.cpp \ $$KERNEL_CPP/tqdesktopwidget_x11.cpp \ $$KERNEL_CPP/tqfont_x11.cpp \ @@ -166,7 +166,7 @@ kernel { SOURCES += $$KERNEL_CPP/qapplication_mac.cpp \ $$KERNEL_CPP/tqclipboard_mac.cpp \ $$KERNEL_CPP/tqcolor_mac.cpp \ - $$KERNEL_CPP/qcursor_mac.cpp \ + $$KERNEL_CPP/tqcursor_mac.cpp \ $$KERNEL_CPP/tqmime_mac.cpp \ $$KERNEL_CPP/qdnd_mac.cpp \ $$KERNEL_CPP/tqdesktopwidget_mac.cpp \ @@ -195,16 +195,16 @@ kernel { SOURCES += $$KERNEL_CPP/tqabstractlayout.cpp \ $$KERNEL_CPP/qucomextra.cpp \ - $$KERNEL_CPP/qaccel.cpp \ + $$KERNEL_CPP/tqaccel.cpp \ $$KERNEL_CPP/qapplication.cpp \ - $$KERNEL_CPP/qasyncimageio.cpp \ - $$KERNEL_CPP/qasyncio.cpp \ + $$KERNEL_CPP/tqasyncimageio.cpp \ + $$KERNEL_CPP/tqasyncio.cpp \ $$KERNEL_CPP/tqbitmap.cpp \ $$KERNEL_CPP/tqclipboard.cpp \ $$KERNEL_CPP/tqcolor.cpp \ $$KERNEL_CPP/tqcolor_p.cpp \ - $$KERNEL_CPP/qconnection.cpp \ - $$KERNEL_CPP/qcursor.cpp \ + $$KERNEL_CPP/tqconnection.cpp \ + $$KERNEL_CPP/tqcursor.cpp \ $$KERNEL_CPP/tqdragobject.cpp \ $$KERNEL_CPP/qdrawutil.cpp \ $$KERNEL_CPP/tqdropsite.cpp \ @@ -270,10 +270,10 @@ kernel { $$KERNEL_H/tqfontdatabase.h accessibility { - HEADERS += $$KERNEL_H/ntqaccessible.h - SOURCES += $$KERNEL_CPP/qaccessible.cpp + HEADERS += $$KERNEL_H/tqaccessible.h + SOURCES += $$KERNEL_CPP/tqaccessible.cpp - !embedded:!x11:mac:SOURCES += $$KERNEL_CPP/qaccessible_mac.cpp - else:win32:SOURCES += $$KERNEL_CPP/qaccessible_win.cpp + !embedded:!x11:mac:SOURCES += $$KERNEL_CPP/tqaccessible_mac.cpp + else:win32:SOURCES += $$KERNEL_CPP/tqaccessible_win.cpp } } |