diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-02 09:08:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-02 09:08:50 -0600 |
commit | 57672b2f9c90bcaa10b687a6797a69362b06a281 (patch) | |
tree | 1fc5969a8bbc489cb25ac28745a7899e68023eae /k9author | |
parent | e73f3bbf28bee48c28c24722a62d9ac29733fbb7 (diff) | |
download | k9copy-57672b2f9c90bcaa10b687a6797a69362b06a281.tar.gz k9copy-57672b2f9c90bcaa10b687a6797a69362b06a281.zip |
Rename most device icons to comply with XDG standards
Diffstat (limited to 'k9author')
-rw-r--r-- | k9author/k9import.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9import.cpp b/k9author/k9import.cpp index d1abbeb..1f09e32 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("dvd_unmount")); + m_root->setPixmap(0,SmallIcon("media-optical-dvd")); emit aviFileSelected(NULL); connect(drives,TQT_SIGNAL(deviceAdded( k9CdDrive*)),this,TQT_SLOT(deviceAdded( k9CdDrive* ))); |