diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | 52c719697a3a46d48fa618d68b84d7d6bd7c524c (patch) | |
tree | 410544d599787f6a602d2069f2ab31c90a5c4585 /wifi | |
parent | d7c69d672cd5b014eac2349c4f52e042ffa7e1ab (diff) | |
download | tdenetwork-52c719697a3a46d48fa618d68b84d7d6bd7c524c.tar.gz tdenetwork-52c719697a3a46d48fa618d68b84d7d6bd7c524c.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/status.cpp b/wifi/status.cpp index 5f295df5..0bd45b3a 100644 --- a/wifi/status.cpp +++ b/wifi/status.cpp @@ -38,7 +38,7 @@ bool tqStatus::generateStatsWidget () qual = 0; device->get_current_quality (sig, noi, qual); content = - new TQGroupBox (2, Qt::Horizontal, i18n ("tqStatus of Active Connection"), + new TQGroupBox (2, Qt::Horizontal, i18n ("Status of Active Connection"), this); bool has_freq = device->get_device_freq (freq); if ((!has_freq) || (qual == 0)) |