Fix QString -> TQString.

pull/1/head
Darrell Anderson 12 years ago
parent 4246920bf7
commit 688d0e8483

@ -671,7 +671,7 @@
<tabstop>ImportCertificatePushButton</tabstop> <tabstop>ImportCertificatePushButton</tabstop>
</tabstops> </tabstops>
<Q_SLOTS> <Q_SLOTS>
<slot>profileNameChanged(const QString&amp;)</slot> <slot>profileNameChanged(const TQString&amp;)</slot>
<slot>importPcfFileClicked()</slot> <slot>importPcfFileClicked()</slot>
<slot>passwordContentChanged()</slot> <slot>passwordContentChanged()</slot>
<slot>groupPasswordContentChanged()</slot> <slot>groupPasswordContentChanged()</slot>

@ -750,22 +750,22 @@ dh18 = modp8192 (racoon only)</string>
<connections> <connections>
<connection> <connection>
<sender>LocalIdTypeCombobox</sender> <sender>LocalIdTypeCombobox</sender>
<signal>activated(const QString&amp;)</signal> <signal>activated(const TQString&amp;)</signal>
<receiver>NewProfileWizardRacoon</receiver> <receiver>NewProfileWizardRacoon</receiver>
<slot>localIDTypeToggled(const QString&amp;)</slot> <slot>localIDTypeToggled(const TQString&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>RemoteIdTypeCombobox</sender> <sender>RemoteIdTypeCombobox</sender>
<signal>activated(const QString&amp;)</signal> <signal>activated(const TQString&amp;)</signal>
<receiver>NewProfileWizardRacoon</receiver> <receiver>NewProfileWizardRacoon</receiver>
<slot>remoteIDTypeToggled(const QString&amp;)</slot> <slot>remoteIDTypeToggled(const TQString&amp;)</slot>
</connection> </connection>
</connections> </connections>
<Q_SLOTS> <Q_SLOTS>
<slot>useLeftNextHopToggled(bool)</slot> <slot>useLeftNextHopToggled(bool)</slot>
<slot>useRightNextHopToggled(bool)</slot> <slot>useRightNextHopToggled(bool)</slot>
<slot>remoteIDTypeToggled(const QString&amp;)</slot> <slot>remoteIDTypeToggled(const TQString&amp;)</slot>
<slot>localIDTypeToggled(const QString&amp;)</slot> <slot>localIDTypeToggled(const TQString&amp;)</slot>
</Q_SLOTS> </Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includehints>

@ -1119,9 +1119,9 @@ dh18 = modp8192 (racoon only)</string>
</connection> </connection>
<connection> <connection>
<sender>LocalIdTypeCombobox</sender> <sender>LocalIdTypeCombobox</sender>
<signal>activated(const QString&amp;)</signal> <signal>activated(const TQString&amp;)</signal>
<receiver>ProfileIpsecOptionsBase</receiver> <receiver>ProfileIpsecOptionsBase</receiver>
<slot>localIDTypeToggled(const QString&amp;)</slot> <slot>localIDTypeToggled(const TQString&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>IkeHelpActiveLabel</sender> <sender>IkeHelpActiveLabel</sender>
@ -1137,9 +1137,9 @@ dh18 = modp8192 (racoon only)</string>
</connection> </connection>
<connection> <connection>
<sender>RemoteIdTypeCombobox</sender> <sender>RemoteIdTypeCombobox</sender>
<signal>activated(const QString&amp;)</signal> <signal>activated(const TQString&amp;)</signal>
<receiver>ProfileIpsecOptionsBase</receiver> <receiver>ProfileIpsecOptionsBase</receiver>
<slot>remoteIDTypeToggled(const QString&amp;)</slot> <slot>remoteIDTypeToggled(const TQString&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>PerfectForwardSecurityCheckbox</sender> <sender>PerfectForwardSecurityCheckbox</sender>
@ -1151,14 +1151,14 @@ dh18 = modp8192 (racoon only)</string>
<Q_SLOTS> <Q_SLOTS>
<slot>useLeftNextHopToggled(bool)</slot> <slot>useLeftNextHopToggled(bool)</slot>
<slot>useRightNextHopToggled(bool)</slot> <slot>useRightNextHopToggled(bool)</slot>
<slot>localIDTypeToggled(const QString&amp;)</slot> <slot>localIDTypeToggled(const TQString&amp;)</slot>
<slot>useIkeToggled(bool)</slot> <slot>useIkeToggled(bool)</slot>
<slot>useEspToogled(bool)</slot> <slot>useEspToogled(bool)</slot>
<slot>useLeftSourceIpToggeled(bool)</slot> <slot>useLeftSourceIpToggeled(bool)</slot>
<slot>useRightSourceIpToggeled(bool)</slot> <slot>useRightSourceIpToggeled(bool)</slot>
<slot>ikeHelpClicked(int,int)</slot> <slot>ikeHelpClicked(int,int)</slot>
<slot>espHelpClicked(int,int)</slot> <slot>espHelpClicked(int,int)</slot>
<slot>remoteIDTypeToggled(const QString&amp;)</slot> <slot>remoteIDTypeToggled(const TQString&amp;)</slot>
<slot specifier="nicht virtuell">usePfsToogled(bool)</slot> <slot specifier="nicht virtuell">usePfsToogled(bool)</slot>
</Q_SLOTS> </Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>

@ -869,8 +869,8 @@ dh18 = modp8192 (only racoon)</string>
<Q_SLOTS> <Q_SLOTS>
<slot>useLeftNextHopToggled(bool)</slot> <slot>useLeftNextHopToggled(bool)</slot>
<slot>useRightNextHopToggled(bool)</slot> <slot>useRightNextHopToggled(bool)</slot>
<slot>localIDTypeToggled(const QString&amp;)</slot> <slot>localIDTypeToggled(const TQString&amp;)</slot>
<slot>remoteIDTypeToggled(const QString&amp;)</slot> <slot>remoteIDTypeToggled(const TQString&amp;)</slot>
</Q_SLOTS> </Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includehints>

Loading…
Cancel
Save