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/qt_kernel.pri | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-628b0bb7.tar.gz tqt-628b0bb7.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/qt_kernel.pri')
-rw-r--r-- | src/kernel/qt_kernel.pri | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index daa778a13..6a6cce7ef 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -17,9 +17,9 @@ kernel { $$KERNEL_H/ntqconnection.h \ $$KERNEL_H/ntqcursor.h \ $$KERNEL_H/ntqdesktopwidget.h \ - $$KERNEL_H/ntqdragobject.h \ + $$KERNEL_H/tqdragobject.h \ $$KERNEL_H/ntqdrawutil.h \ - $$KERNEL_H/ntqdropsite.h \ + $$KERNEL_H/tqdropsite.h \ $$KERNEL_H/ntqevent.h \ $$KERNEL_H/ntqeventloop.h \ $$KERNEL_P/qeventloop_p.h \ @@ -41,7 +41,7 @@ kernel { $$KERNEL_P/qlayoutengine_p.h \ $$KERNEL_H/ntqtranslator.h \ $$KERNEL_H/ntqmetaobject.h \ - $$KERNEL_H/ntqmime.h \ + $$KERNEL_H/tqmime.h \ $$KERNEL_H/ntqmovie.h \ $$KERNEL_H/ntqnamespace.h \ $$KERNEL_H/ntqnetworkprotocol.h \ @@ -119,7 +119,7 @@ kernel { $$KERNEL_CPP/qeventloop_win.cpp \ $$KERNEL_CPP/qfont_win.cpp \ $$KERNEL_CPP/qinputcontext_win.cpp \ - $$KERNEL_CPP/qmime_win.cpp \ + $$KERNEL_CPP/tqmime_win.cpp \ $$KERNEL_CPP/qpixmap_win.cpp \ $$KERNEL_CPP/qprinter_win.cpp \ $$KERNEL_CPP/qprocess_win.cpp \ @@ -167,7 +167,7 @@ kernel { $$KERNEL_CPP/qclipboard_mac.cpp \ $$KERNEL_CPP/qcolor_mac.cpp \ $$KERNEL_CPP/qcursor_mac.cpp \ - $$KERNEL_CPP/qmime_mac.cpp \ + $$KERNEL_CPP/tqmime_mac.cpp \ $$KERNEL_CPP/qdnd_mac.cpp \ $$KERNEL_CPP/qdesktopwidget_mac.cpp \ $$KERNEL_CPP/qpixmap_mac.cpp \ @@ -205,9 +205,9 @@ kernel { $$KERNEL_CPP/qcolor_p.cpp \ $$KERNEL_CPP/qconnection.cpp \ $$KERNEL_CPP/qcursor.cpp \ - $$KERNEL_CPP/qdragobject.cpp \ + $$KERNEL_CPP/tqdragobject.cpp \ $$KERNEL_CPP/qdrawutil.cpp \ - $$KERNEL_CPP/qdropsite.cpp \ + $$KERNEL_CPP/tqdropsite.cpp \ $$KERNEL_CPP/qevent.cpp \ $$KERNEL_CPP/qeventloop.cpp \ $$KERNEL_CPP/qfocusdata.cpp \ @@ -222,7 +222,7 @@ kernel { $$KERNEL_CPP/qlayoutengine.cpp \ $$KERNEL_CPP/qtranslator.cpp \ $$KERNEL_CPP/qmetaobject.cpp \ - $$KERNEL_CPP/qmime.cpp \ + $$KERNEL_CPP/tqmime.cpp \ $$KERNEL_CPP/qmovie.cpp \ $$KERNEL_CPP/qnetworkprotocol.cpp \ $$KERNEL_CPP/tqobject.cpp \ |