summaryrefslogtreecommitdiffstats
path: root/bin/qtrename140
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-21 19:05:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-21 19:05:31 +0900
commit03814b8bdda4b7f5cde4386f0aaef1119750fd10 (patch)
treec61a901810189b8e7cae74b5109a2715c4ef4f69 /bin/qtrename140
parent36398097bfd3a8fd6024f24da805c6540961c394 (diff)
downloadqt3-03814b8bdda4b7f5cde4386f0aaef1119750fd10.tar.gz
qt3-03814b8bdda4b7f5cde4386f0aaef1119750fd10.zip
Removed some obsolete code related to Qt1.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'bin/qtrename140')
-rwxr-xr-xbin/qtrename1402
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/qtrename140 b/bin/qtrename140
index 73c463f..1160cb2 100755
--- a/bin/qtrename140
+++ b/bin/qtrename140
@@ -116,7 +116,5 @@ s/\bqobjdefs\./qobjectdefs./g if /#include/;
s/\bQOBJDEFS_H\b/QOBJECTDEFS_H/g if /#if/;
s/\bqpaintd\./qpaintdevice./g if /#include/;
s/\bQPAINTD_H\b/QPAINTDEVICE_H/g if /#if/;
-s/\bqpaintdc\./qpaintdevicedefs./g if /#include/;
-s/\bQPAINTDC_H\b/QPAINTDEVICEDEFS_H/g if /#if/;
s/\bqwindefs\./qwindowdefs./g if /#include/;
s/\bQWINDEFS_H\b/QWINDOWDEFS_H/g if /#if/;