From 46961dbcafe7e14ea9c030f5c81777f6c5eacb5c Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Wed, 24 Jul 2013 20:53:48 +0200 Subject: Added processing kcfg files in script convert_existing_qt3_app_to_tqt3 --- qt3-tqt3/convert_existing_qt3_app_to_tqt3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt3-tqt3/convert_existing_qt3_app_to_tqt3') diff --git a/qt3-tqt3/convert_existing_qt3_app_to_tqt3 b/qt3-tqt3/convert_existing_qt3_app_to_tqt3 index 526262e..f5a2984 100755 --- a/qt3-tqt3/convert_existing_qt3_app_to_tqt3 +++ b/qt3-tqt3/convert_existing_qt3_app_to_tqt3 @@ -1,6 +1,6 @@ #!/bin/bash -find ./ -type f -iname "*.c*" -o -iname "*.h*" -o -iname "*.ui*" -not -iwholename '*.git*' |\ +find ./ -type f -iname "*.c*" -o -iname "*.h*" -o -iname "*.ui*" -o -name "*.kcfg" -not -iwholename '*.git*' |\ tr "\n" "\0" |\ xargs -r0 sed -i \ -e 's/^Q\([ABCDEFGHIJKLMNOPQRSTUVWXYZ]\)\([_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]\)/TQ\1\2/g' \ -- cgit v1.2.3