Branch: master

c52721f1 2015-03-26 12:26:23 Timothy Pearson
Bring system icon into XDG compliance
M kipi-plugins/ipodexport/ipodexportdialog.cpp
diff --git a/kipi-plugins/ipodexport/ipodexportdialog.cpp b/kipi-plugins/ipodexport/ipodexportdialog.cpp
index 4a370a9..e6599c6 100644
--- a/kipi-plugins/ipodexport/ipodexportdialog.cpp
+++ b/kipi-plugins/ipodexport/ipodexportdialog.cpp
@@ -148,7 +148,7 @@
     TQWhatsThis::add( m_imagePreview, i18n( "The preview of the selected image in the list." ) );
 
     TQLabel *hdd_icon = new TQLabel( urlBox );
-    hdd_icon->setPixmap( TDEGlobal::iconLoader()->loadIcon( "system", TDEIcon::Desktop, TDEIcon::SizeHuge ) );
+    hdd_icon->setPixmap( TDEGlobal::iconLoader()->loadIcon( "computer", TDEIcon::Desktop, TDEIcon::SizeHuge ) );
 
     uploadPaneLayout->addWidget( m_imagePreview );
     uploadPaneLayout->addStretch( 1 );