diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:14:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:14:09 -0600 |
commit | 3e3420b98515043a9de35d54b1f0fd4f4feab41f (patch) | |
tree | 20ed7c56bd774dd1637f01b8cb6a2efc401d78ac | |
parent | e15bddacce159ba5bc7fa4ac6c3c6477e569218e (diff) | |
download | ktorrent-3e3420b98515043a9de35d54b1f0fd4f4feab41f.tar.gz ktorrent-3e3420b98515043a9de35d54b1f0fd4f4feab41f.zip |
Part 1 of 2 of kdm rename
-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 ed334b6..4961b57 100644 --- a/plugins/infowidget/infowidgetplugin.cpp +++ b/plugins/infowidget/infowidgetplugin.cpp @@ -170,7 +170,7 @@ namespace kt if (show && !peer_view) { peer_view = new PeerView(0); - getGUI()->addToolWidget(peer_view,"kdmconfig",i18n("Peers"),GUIInterface::DOCK_BOTTOM); + getGUI()->addToolWidget(peer_view,"tdmconfig",i18n("Peers"),GUIInterface::DOCK_BOTTOM); peer_view->restoreLayout(KGlobal::config(),"PeerView"); createMonitor(tc); |