Fix TQt3 problem where moc-ed signals/slots were not being handled correctly,

causing a number of problems including a failure to repaint the Konsole background image
on any desktop except Desktop #1.  This change will require a full rebuild of all packages
that utilize TQt3.


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1239185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 312ebc5c17
commit e86cf447a3

@ -9,7 +9,8 @@ else
sed 's/^TQ\([^T_]\)/Q\1/g' | \
sed 's/\([^_]\)TQ\([^T_]\)/\1Q\2/g' | \
sed 's/TQT\([^_]\)/QT\1/g' | \
sed 's/Q\([^ _]*\)_OBJECT_NAME_STRING/TQ\1_OBJECT_NAME_STRING/g'
sed 's/Q\([^ _]*\)_OBJECT_NAME_STRING/TQ\1_OBJECT_NAME_STRING/g' | \
sed 's/\([ \t]\)tq\([^:(_)\t ]\)/\1\2/g'
fi
if [[ $QT_VER == 4 ]]; then

Loading…
Cancel
Save