summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 12:26:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 12:26:23 -0500
commitc52721f1c023f8d591149e6daf0786cff0c5db12 (patch)
tree5ea25584c337f157c42db9fd7606b792b1bd1dbb
parent726d5be461b8eda7880cefc9dc39c1c4e2a1e774 (diff)
downloadkipi-plugins-c52721f1.tar.gz
kipi-plugins-c52721f1.zip
Bring system icon into XDG compliance
-rw-r--r--kipi-plugins/ipodexport/ipodexportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ UploadDialog::UploadDialog(
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 );