config user path should be .trinity not .kde

Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 79290a60ae)
r14.0.x
gregory guy 6 years ago committed by Slávek Banko
parent 5c54f62c2f
commit 350b873d27
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -245,7 +245,7 @@ void Knmap::createMenu( )
setStandardToolBarMenuEnabled( true );
#ifdef _DEBUG
createGUI( TQDir::homeDirPath( ) + "/.kde/share/apps/knmap/knmapui.rc" );
createGUI( TQDir::homeDirPath( ) + "/.trinity/share/apps/knmap/knmapui.rc" );
#else
createGUI( );
#endif
@ -364,7 +364,7 @@ void Knmap::slotConfigureToolbars( )
void Knmap::slotNewToolbarConfig( )
{
#ifdef _DEBUG
createGUI( TQDir::homeDirPath( ) + "/.kde/share/apps/knmap/knmapui.rc" );
createGUI( TQDir::homeDirPath( ) + "/.trinity/share/apps/knmap/knmapui.rc" );
#else
createGUI( );
#endif

Loading…
Cancel
Save