summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 13:16:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 13:16:38 -0600
commit65b44e24a18f7e594dc243af11879d5cb688979a (patch)
treef4c05118dd475201b9a61215c148df87f7215ea1
parent857daefc376d3b23fb6a807f28061c5209ed2ce6 (diff)
downloadexperimental-65b44e24.tar.gz
experimental-65b44e24.zip
Fix icon view widget header location and rename Qt to TQt in documentation
-rwxr-xr-xqt3-tqt3/convert_qt_itself_qt3_batch44
-rwxr-xr-xqt3-tqt3/header_rename_32
2 files changed, 5 insertions, 1 deletions
diff --git a/qt3-tqt3/convert_qt_itself_qt3_batch4 b/qt3-tqt3/convert_qt_itself_qt3_batch4
index f6594af..4a57746 100755
--- a/qt3-tqt3/convert_qt_itself_qt3_batch4
+++ b/qt3-tqt3/convert_qt_itself_qt3_batch4
@@ -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' {} \;
diff --git a/qt3-tqt3/header_rename_3 b/qt3-tqt3/header_rename_3
index 8433459..39d7bf5 100755
--- a/qt3-tqt3/header_rename_3
+++ b/qt3-tqt3/header_rename_3
@@ -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