Fix icon view widget header location and rename Qt to TQt in documentation

pull/1/head
Timothy Pearson 9 years ago
parent 857daefc37
commit 65b44e24a1

@ -75,6 +75,10 @@ find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/findtr/tqtf
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qtrename140/tqtrename140/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/qt20fix/tqt20fix/g' {} \;
# Fix documentation
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ Qt / TQt /g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/\([">]\)Qt /\1TQt /g' {} \;
# Clean up unintended renames
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqtconv2ui/tqtconv2ui/g' {} \;
find ./ -type f -iname "*" -not -iwholename '*.git*' -exec sed -i 's/ttqvfb/tqvfb/g' {} \;

@ -140,7 +140,7 @@ rm -f ntqhgroupbox.h && ln -s ../src/widgets/ntqhgroupbox.h ntqhgroupbox.h
rm -f ntqhostaddress.h && ln -s ../src/network/ntqhostaddress.h ntqhostaddress.h
rm -f ntqhttp.h && ln -s ../src/network/ntqhttp.h ntqhttp.h
rm -f ntqiconset.h && ln -s ../src/kernel/ntqiconset.h ntqiconset.h
rm -f ntqiconview.h && ln -s ../src/iconview/ntqiconview.h ntqiconview.h
rm -f ntqiconview.h && ln -s ../src/widgets/ntqiconview.h ntqiconview.h
# rm -f ntqimageformatinterface_p.h && ln -s ../src/kernel/ntqimageformatinterface_p.h ntqimageformatinterface_p.h
rm -f ntqimageformatplugin.h && ln -s ../src/kernel/ntqimageformatplugin.h ntqimageformatplugin.h
rm -f ntqimage.h && ln -s ../src/kernel/ntqimage.h ntqimage.h

Loading…
Cancel
Save