diff options
Diffstat (limited to 'lib/kformula/kformuladocument.cc')
-rw-r--r-- | lib/kformula/kformuladocument.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/kformuladocument.cc b/lib/kformula/kformuladocument.cc index 36b691de..1b440b99 100644 --- a/lib/kformula/kformuladocument.cc +++ b/lib/kformula/kformuladocument.cc @@ -437,7 +437,7 @@ void DocumentWrapper::setCommandStack( KoCommandHistory* history ) void DocumentWrapper::createActions( KActionCollection* collection ) { TDEGlobal::dirs()->addResourceType( "toolbar", - KStandardDirs::kde_default("data") + + TDEStandardDirs::kde_default("data") + "kformula/pics/" ); m_addNegThinSpaceAction = new KAction( i18n( "Add Negative Thin Space" ), |