summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/calendar/monthwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:28 -0500
commit9c311999b52ef01846d5ad249899b6de4d593fb7 (patch)
tree2d26f9ecef0b85e6d5696a617202a7f842db8c25 /kipi-plugins/calendar/monthwidget.cpp
parent99b561ebfaa3076b16a5c91a9b4a63beb74ea2e9 (diff)
downloadkipi-plugins-9c311999.tar.gz
kipi-plugins-9c311999.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kipi-plugins/calendar/monthwidget.cpp')
-rw-r--r--kipi-plugins/calendar/monthwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/calendar/monthwidget.cpp b/kipi-plugins/calendar/monthwidget.cpp
index 31929bb..7d6dcd6 100644
--- a/kipi-plugins/calendar/monthwidget.cpp
+++ b/kipi-plugins/calendar/monthwidget.cpp
@@ -126,7 +126,7 @@ void MonthWidget::setImage( const KURL &url )
CalSettings::instance()->setImage(month_, imagePath_);
TDEIconLoader* iconLoader = TDEApplication::kApplication()->iconLoader();
- TQPixmap pix = iconLoader->loadIcon("image", TDEIcon::NoGroup, 64 );
+ TQPixmap pix = iconLoader->loadIcon(""image-x-generic", TDEIcon::NoGroup, 64 );
if ( pixmap_ )
delete pixmap_;
pixmap_ = new TQPixmap( pix );