summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/kmfwidgets
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
commite4718919724243fced20148062f71ce8818d6bb5 (patch)
treecdadb7087ebc6bd2b6dc3103878ab158d92d0345 /kmyfirewall/kmfwidgets
parentad46b81cd184716a3eba534b060e8e06cfc4b23b (diff)
downloadkmyfirewall-e4718919724243fced20148062f71ce8818d6bb5.tar.gz
kmyfirewall-e4718919724243fced20148062f71ce8818d6bb5.zip
Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmyfirewall/kmfwidgets')
-rw-r--r--kmyfirewall/kmfwidgets/kmflistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/kmfwidgets/kmflistview.cpp b/kmyfirewall/kmfwidgets/kmflistview.cpp
index bee3ea1..f29f88a 100644
--- a/kmyfirewall/kmfwidgets/kmflistview.cpp
+++ b/kmyfirewall/kmfwidgets/kmflistview.cpp
@@ -771,7 +771,7 @@ void KMFListView::setupRuleView( IPTRule* rule, KMFListViewItem* parent ) {
item_target->setPixmap( 1, icon_reject );
} else if ( rule_target == "RETURN" ) {
item_target->setPixmap( 1, icon_return );
- } else if ( rule_target == "TQUEUE" ) {
+ } else if ( rule_target == "QUEUE" ) {
item_target->setPixmap( 1, icon_queue );
}