From 3e3420b98515043a9de35d54b1f0fd4f4feab41f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 22 Jan 2012 00:14:09 -0600 Subject: [PATCH] Part 1 of 2 of kdm rename --- plugins/infowidget/infowidgetplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);