summaryrefslogtreecommitdiffstats
path: root/kchart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:19:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:19:08 -0600
commitac04782336b6a026b44df9d51ba9ca008a712da2 (patch)
tree62ad1da391a6dad027a2d371671b19e5306acee0 /kchart
parentf7055674768fa7f0267da4a14b9061e60ebab3fc (diff)
downloadkoffice-ac04782336b6a026b44df9d51ba9ca008a712da2.tar.gz
koffice-ac04782336b6a026b44df9d51ba9ca008a712da2.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kchart')
-rw-r--r--kchart/kchart_factory.cc2
-rw-r--r--kchart/kchart_view.cc2
2 files changed, 2 insertions, 2 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");
}
diff --git a/kchart/kchart_view.cc b/kchart/kchart_view.cc
index 2d1f0799..00606e81 100644
--- a/kchart/kchart_view.cc
+++ b/kchart/kchart_view.cc
@@ -754,7 +754,7 @@ void KChartView::extraCreateTemplate()
tempFile.name(), pix, this );
KChartFactory::global()->dirs()->addResourceType("kchart_template",
- KStandardDirs::kde_default( "data" ) +
+ TDEStandardDirs::kde_default( "data" ) +
"kchart/templates/");
}