Fix QString -> TQString.

pull/1/head
Darrell Anderson 13 years ago
parent 72808e7bf0
commit 3c352d5eb2

@ -196,7 +196,7 @@
</connection> </connection>
<connection> <connection>
<sender>recentBox</sender> <sender>recentBox</sender>
<signal>activated(const QString&amp;)</signal> <signal>activated(const TQString&amp;)</signal>
<receiver>XSLTDialog</receiver> <receiver>XSLTDialog</receiver>
<slot>chooseRecentSlot()</slot> <slot>chooseRecentSlot()</slot>
</connection> </connection>

@ -196,7 +196,7 @@
</connection> </connection>
<connection> <connection>
<sender>recentBox</sender> <sender>recentBox</sender>
<signal>activated(const QString&amp;)</signal> <signal>activated(const TQString&amp;)</signal>
<receiver>XSLTDialog</receiver> <receiver>XSLTDialog</receiver>
<slot>chooseRecentSlot()</slot> <slot>chooseRecentSlot()</slot>
</connection> </connection>

@ -189,7 +189,7 @@
<connections> <connections>
<connection> <connection>
<sender>combo1</sender> <sender>combo1</sender>
<signal>textChanged(const QString&amp;)</signal> <signal>textChanged(const TQString&amp;)</signal>
<receiver>TimeDateFormatWidgetPrototype</receiver> <receiver>TimeDateFormatWidgetPrototype</receiver>
<slot>updateLabel()</slot> <slot>updateLabel()</slot>
</connection> </connection>

Loading…
Cancel
Save