summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace')
-rwxr-xr-xqtinterface/tqt-replace1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtinterface/tqt-replace b/qtinterface/tqt-replace
index ed32a54..78c2ae7 100755
--- a/qtinterface/tqt-replace
+++ b/qtinterface/tqt-replace
@@ -7,6 +7,7 @@ else
if [[ $QT_VER == 3 ]]; then
sed -i 's/TQ\([^T]\)/Q\1/g' "$1"
sed -i 's/TQT\([^_]\)/QT\1/g' "$1"
+ sed -i 's/Q_SLOTS>/slots>/g' "$1"
exit 0
fi