summaryrefslogtreecommitdiffstats
path: root/k9author
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-26 23:22:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-26 23:22:42 +0900
commitef9e8598a7e75db9d74f31e1c8bf4ad43ad386c3 (patch)
tree8058b7693a79c852d1938e918ef3ad55ab4906ce /k9author
parent4c4a0bdad3cfccbf523a4e70238970237dc360bd (diff)
downloadk9copy-ef9e8598a7e75db9d74f31e1c8bf4ad43ad386c3.tar.gz
k9copy-ef9e8598a7e75db9d74f31e1c8bf4ad43ad386c3.zip
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'k9author')
-rw-r--r--k9author/k9import.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9import.cpp b/k9author/k9import.cpp
index 1f09e32..09a9ae2 100644
--- a/k9author/k9import.cpp
+++ b/k9author/k9import.cpp
@@ -44,7 +44,7 @@ k9Import::~k9Import() {}
void k9Import::init() {
m_root=new TQListViewItem(lvDVD,i18n("Root Menu"));
m_root->setOpen(true);
- m_root->setPixmap(0,SmallIcon("media-optical-dvd"));
+ m_root->setPixmap(0,SmallIcon("media-optical-dvd-unmounted"));
emit aviFileSelected(NULL);
connect(drives,TQT_SIGNAL(deviceAdded( k9CdDrive*)),this,TQT_SLOT(deviceAdded( k9CdDrive* )));