|
|
|
@ -112,7 +112,7 @@ KReportsView::KReportTab::KReportTab(KTabWidget* parent, const MyMoneyReport& re
|
|
|
|
|
m_layout->addWidget( m_chartView );
|
|
|
|
|
|
|
|
|
|
// I like this icon...
|
|
|
|
|
TQString icon = KGlobal::dirs()->findResource("icon", "default.kde/16x16/mimetypes/spreadsheet.png");
|
|
|
|
|
TQString icon = KGlobal::dirs()->findResource("icon", "default.tde/16x16/mimetypes/spreadsheet.png");
|
|
|
|
|
// but if it's not there, we'll use ye ol' standard icon
|
|
|
|
|
if ( icon == TQString() )
|
|
|
|
|
icon = KGlobal::dirs()->findResource("icon", "hicolor/16x16/apps/kmymoney2.png");
|
|
|
|
|