diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /src/styles/qt_styles.pri | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/styles/qt_styles.pri')
-rw-r--r-- | src/styles/qt_styles.pri | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri index 7eb9e5bcf..812690724 100644 --- a/src/styles/qt_styles.pri +++ b/src/styles/qt_styles.pri @@ -2,12 +2,12 @@ styles { STYLES_P = styles - HEADERS +=$$STYLES_H/ntqstylefactory.h \ - $$STYLES_P/qstyleinterface_p.h \ - $$STYLES_H/ntqstyleplugin.h \ + HEADERS +=$$STYLES_H/tqstylefactory.h \ + $$STYLES_P/tqstyleinterface_p.h \ + $$STYLES_H/tqstyleplugin.h \ $$STYLES_H/ntqcommonstyle.h - SOURCES +=$$STYLES_CPP/qstylefactory.cpp \ - $$STYLES_CPP/qstyleplugin.cpp \ + SOURCES +=$$STYLES_CPP/tqstylefactory.cpp \ + $$STYLES_CPP/tqstyleplugin.cpp \ $$STYLES_CPP/qcommonstyle.cpp contains( styles, all ) { |