@ -42,7 +42,7 @@ void WindowThumbnailItem::findImage()
QString imagePath ;
QString imagePath ;
switch ( m_wId ) {
switch ( m_wId ) {
case Konqueror :
case Konqueror :
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/konqueror .png " ) ;
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/fal kon.png " ) ;
break ;
break ;
case Systemsettings :
case Systemsettings :
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/systemsettings.png " ) ;
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/systemsettings.png " ) ;
@ -54,7 +54,7 @@ void WindowThumbnailItem::findImage()
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/dolphin.png " ) ;
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/dolphin.png " ) ;
break ;
break ;
case Desktop :
case Desktop :
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " wallpapers/Next/contents/screenshot .png " ) ;
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " wallpapers/Next/contents/images/1280x800 .png " ) ;
if ( imagePath . isNull ( ) ) {
if ( imagePath . isNull ( ) ) {
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/desktop.png " ) ;
imagePath = QStandardPaths : : locate ( QStandardPaths : : GenericDataLocation , " kwin/kcm_kwintabbox/desktop.png " ) ;
}
}