summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-09-16 22:45:39 -0500
committerDarrell Anderson <[email protected]>2012-09-16 22:45:39 -0500
commit013e6b26007c1227f3e98a1f414ff62796a8b008 (patch)
tree56e12cdbf3da9bd247fcb43ef8a6076b89ca138b
parente777577579372f5a534928b3e7e322e146c5aae5 (diff)
downloadkmyfirewall-013e6b26007c1227f3e98a1f414ff62796a8b008.tar.gz
kmyfirewall-013e6b26007c1227f3e98a1f414ff62796a8b008.zip
Fix QString -> TQString.
-rw-r--r--kmyfirewall/ipteditor/kmyfirewallruleeditor.ui6
-rw-r--r--kmyfirewall/kmfwidgets/kmyfirewallmynetworkwidget.ui2
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&amp;)</signal>
+ <signal>activated(const TQString&amp;)</signal>
<receiver>KMyFirewallRuleEditor</receiver>
- <slot>slotTargetChanged(const QString&amp;)</slot>
+ <slot>slotTargetChanged(const TQString&amp;)</slot>
</connection>
<connection>
<sender>cb_frag</sender>
@@ -739,7 +739,7 @@
<slot>slotNewTableSelected()</slot>
<slot>slotSaveConfig()</slot>
<slot>slotSaveRuleChanges()</slot>
- <slot>slotTargetChanged( const QString &amp; )</slot>
+ <slot>slotTargetChanged( const TQString &amp; )</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 &amp; )</slot>
+ <slot>m_lv_zones_itemRenamed( TQListViewItem *, int, const TQString &amp; )</slot>
</Q_SLOTS>
<forwards>
<forward>class TQListViewItem;</forward>