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 | 2410b4e25d39f34c5312311423ecbc43941703a3 (patch) | |
tree | a3fc715668c2e65da4c972f261de0cc6f44417a8 /plugins/infowidget/infowidgetplugin.cpp | |
parent | 1fd6d1afcbe91ded5fa58f724143f81f8b1084f9 (diff) | |
download | ktorrent-2410b4e25d39f34c5312311423ecbc43941703a3.tar.gz ktorrent-2410b4e25d39f34c5312311423ecbc43941703a3.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/infowidget/infowidgetplugin.cpp')
-rw-r--r-- | plugins/infowidget/infowidgetplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infowidget/infowidgetplugin.cpp b/plugins/infowidget/infowidgetplugin.cpp index 8928841..ed334b6 100644 --- a/plugins/infowidget/infowidgetplugin.cpp +++ b/plugins/infowidget/infowidgetplugin.cpp @@ -73,7 +73,7 @@ namespace kt pref = new InfoWidgetPrefPage(this); getGUI()->addViewListener(this); - getGUI()->addToolWidget(status_tab,"info",i18n("tqStatus"),GUIInterface::DOCK_BOTTOM); + getGUI()->addToolWidget(status_tab,"info",i18n("Status"),GUIInterface::DOCK_BOTTOM); getGUI()->addToolWidget(file_view,"folder",i18n("Files"),GUIInterface::DOCK_BOTTOM); showPeerView( InfoWidgetPluginSettings::showPeerView() ); |