Changed icon theme sym link from default.kde -> default.tde.

r14.0.x
Darrell Anderson 12 years ago
parent ef35444c4c
commit 8bb75767eb

@ -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");

Loading…
Cancel
Save