summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-26 16:17:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-26 16:17:08 +0900
commitf4620955ce0adc1d51c6ca4b37e762a8904d9cf7 (patch)
treeb02fb5efcf2e3cb29b4e1814e8e4fb875e4ca6a2
parent859c7ab9d4e6d7ad80b985b6e2d3a5b10b9d835f (diff)
downloadtde-style-baghira-f4620955.tar.gz
tde-style-baghira-f4620955.zip
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--sidebar/dndlistbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sidebar/dndlistbox.cpp b/sidebar/dndlistbox.cpp
index aac7484..9adbb7e 100644
--- a/sidebar/dndlistbox.cpp
+++ b/sidebar/dndlistbox.cpp
@@ -150,7 +150,7 @@ MediaListBox::MediaListBox( TQWidget * parent, const char * name, WFlags f ) : R
insertItem(new ListBoxDevice("system", size_, i18n("My Computer"), "media:/", "", "", TRUE, FALSE, FALSE));
insertItem(new ListBoxDevice("network", size_, i18n("Network"), "lan:/localhost", "", "", TRUE, FALSE, FALSE));
#endif
- insertItem(new ListBoxDevice("hdd_mount", size_, i18n("Startvolume"), TQDir::rootDirPath(), "", "", TRUE, FALSE, FALSE));
+ insertItem(new ListBoxDevice("hdd-mounted", size_, i18n("Startvolume"), TQDir::rootDirPath(), "", "", TRUE, FALSE, FALSE));
client = TDEApplication::dcopClient();
client->connectDCOPSignal("kded", "mediamanager", "mediumAdded(TQString)", "BaghiraSidebarIface", "mediumAdded(TQString)", FALSE);
client->connectDCOPSignal("kded", "mediamanager", "mediumRemoved(TQString)", "BaghiraSidebarIface", "mediumRemoved(const TQString)", FALSE);