$NetBSD: patch-ff,v 1.2 2004/02/04 14:25:59 markd Exp $

--- ksysguard/gui/Workspace.cc.orig	2007-01-16 00:32:26.000000000 +1300
+++ ksysguard/gui/Workspace.cc
@@ -92,7 +92,7 @@ void Workspace::readProperties( KConfig 
      * probably the first time the user has started KSysGuard. We
      * then "restore" a special default configuration. */
     KStandardDirs* kstd = KGlobal::dirs();
-    kstd->addResourceType( "data", "share/apps/ksysguard" );
+    kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
 
     mWorkDir = kstd->saveLocation( "data", "ksysguard" );
 
@@ -441,7 +441,7 @@ void Workspace::applyStyle()
 void Workspace::showProcesses()
 {
   KStandardDirs* kstd = KGlobal::dirs();
-  kstd->addResourceType( "data", "share/apps/ksysguard" );
+  kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
 
   QString file = kstd->findResource( "data", "ProcessTable.sgrd" );
   if ( file.isEmpty() ) {
