summaryrefslogtreecommitdiffstats
path: root/qt3-tqt3/header_rename_1
diff options
context:
space:
mode:
Diffstat (limited to 'qt3-tqt3/header_rename_1')
-rwxr-xr-xqt3-tqt3/header_rename_13
1 files changed, 1 insertions, 2 deletions
diff --git a/qt3-tqt3/header_rename_1 b/qt3-tqt3/header_rename_1
index 895faf0..3d2b222 100755
--- a/qt3-tqt3/header_rename_1
+++ b/qt3-tqt3/header_rename_1
@@ -7,7 +7,6 @@
# All Rights Reserved
SCRIPT_WORK_DIR="$(pwd)/.."
-echo "${SCRIPT_WORK_DIR}"
find ./ -type f -iname "*" -exec sed -i 's/q1xcompatibility\.h/ntq1xcompatibility\.h/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/qabstractlayout\.h/ntqabstractlayout\.h/g' {} \;
@@ -343,4 +342,4 @@ find ./ -type f -iname "*" -exec sed -i 's/qwmatrix\.h/ntqwmatrix\.h/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/qworkspace\.h/ntqworkspace\.h/g' {} \;
find ./ -type f -iname "*" -exec sed -i 's/qxml\.h/ntqxml\.h/g' {} \;
-find ./ -type d -exec ${SCRIPT_WORK_DIR}/header_rename_2 {} \; \ No newline at end of file
+find ./ -type d -exec ${SCRIPT_WORK_DIR}/header_rename_2 {} \;