diff options
-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> |