diff options
Diffstat (limited to 'gr-zeromq/examples/python/fixui4py.sh')
-rwxr-xr-x | gr-zeromq/examples/python/fixui4py.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/examples/python/fixui4py.sh b/gr-zeromq/examples/python/fixui4py.sh index d2978000bf..a66e52e3a8 100755 --- a/gr-zeromq/examples/python/fixui4py.sh +++ b/gr-zeromq/examples/python/fixui4py.sh @@ -1,2 +1,2 @@ #!/bin/bash -sed -i 's/qwt_plot.h/PyQt4.Qwt5.Qwt/' $1 +sed -i 's/qwt_plot.h/PyQt5.Qwt5.Qwt/' $1 |