diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:19:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:19:08 -0600 |
commit | ac04782336b6a026b44df9d51ba9ca008a712da2 (patch) | |
tree | 62ad1da391a6dad027a2d371671b19e5306acee0 /kspread/kspread_view.cc | |
parent | f7055674768fa7f0267da4a14b9061e60ebab3fc (diff) | |
download | koffice-ac04782336b6a026b44df9d51ba9ca008a712da2.tar.gz koffice-ac04782336b6a026b44df9d51ba9ca008a712da2.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kspread/kspread_view.cc')
-rw-r--r-- | kspread/kspread_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_view.cc b/kspread/kspread_view.cc index d709c6c0..6de55b61 100644 --- a/kspread/kspread_view.cc +++ b/kspread/kspread_view.cc @@ -2868,7 +2868,7 @@ void View::createTemplate() tempFile.name(), pix, this ); Factory::global()->dirs()->addResourceType("kspread_template", - KStandardDirs::kde_default( "data" ) + + TDEStandardDirs::kde_default( "data" ) + "kspread/templates/"); } |