diff options
Diffstat (limited to 'kchart/kchart_factory.cc')
-rw-r--r-- | kchart/kchart_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchart_factory.cc b/kchart/kchart_factory.cc index 4c3f7864..f45e6aed 100644 --- a/kchart/kchart_factory.cc +++ b/kchart/kchart_factory.cc @@ -70,7 +70,7 @@ TDEInstance* KChartFactory::global() { s_global = new TDEInstance(aboutData()); s_global->dirs()->addResourceType( "kchart_template", - KStandardDirs::kde_default("data") + "kchart/templates/"); + TDEStandardDirs::kde_default("data") + "kchart/templates/"); // Tell the iconloader about share/apps/koffice/icons s_global->iconLoader()->addAppDir("koffice"); } |