diff options
author | Darrell Anderson <[email protected]> | 2012-09-16 22:45:39 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-09-16 22:45:39 -0500 |
commit | 013e6b26007c1227f3e98a1f414ff62796a8b008 (patch) | |
tree | 56e12cdbf3da9bd247fcb43ef8a6076b89ca138b | |
parent | e777577579372f5a534928b3e7e322e146c5aae5 (diff) | |
download | kmyfirewall-013e6b26007c1227f3e98a1f414ff62796a8b008.tar.gz kmyfirewall-013e6b26007c1227f3e98a1f414ff62796a8b008.zip |
Fix QString -> TQString.
-rw-r--r-- | kmyfirewall/ipteditor/kmyfirewallruleeditor.ui | 6 | ||||
-rw-r--r-- | kmyfirewall/kmfwidgets/kmyfirewallmynetworkwidget.ui | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kmyfirewall/ipteditor/kmyfirewallruleeditor.ui b/kmyfirewall/ipteditor/kmyfirewallruleeditor.ui index e1bac64..60f0cf5 100644 --- a/kmyfirewall/ipteditor/kmyfirewallruleeditor.ui +++ b/kmyfirewall/ipteditor/kmyfirewallruleeditor.ui @@ -668,9 +668,9 @@ </connection> <connection> <sender>cb_target</sender> - <signal>activated(const QString&)</signal> + <signal>activated(const TQString&)</signal> <receiver>KMyFirewallRuleEditor</receiver> - <slot>slotTargetChanged(const QString&)</slot> + <slot>slotTargetChanged(const TQString&)</slot> </connection> <connection> <sender>cb_frag</sender> @@ -739,7 +739,7 @@ <slot>slotNewTableSelected()</slot> <slot>slotSaveConfig()</slot> <slot>slotSaveRuleChanges()</slot> - <slot>slotTargetChanged( const QString & )</slot> + <slot>slotTargetChanged( const TQString & )</slot> <slot>accept()</slot> <slot>reject()</slot> </Q_SLOTS> diff --git a/kmyfirewall/kmfwidgets/kmyfirewallmynetworkwidget.ui b/kmyfirewall/kmfwidgets/kmyfirewallmynetworkwidget.ui index 0d9fcfb..4c4bf47 100644 --- a/kmyfirewall/kmfwidgets/kmyfirewallmynetworkwidget.ui +++ b/kmyfirewall/kmfwidgets/kmyfirewallmynetworkwidget.ui @@ -178,7 +178,7 @@ </grid> </widget> <Q_SLOTS> - <slot>m_lv_zones_itemRenamed( TQListViewItem *, int, const QString & )</slot> + <slot>m_lv_zones_itemRenamed( TQListViewItem *, int, const TQString & )</slot> </Q_SLOTS> <forwards> <forward>class TQListViewItem;</forward> |