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

--- ksysguard/gui/Workspace.cc.orig	2003-06-26 19:00:45.000000000 +1200
+++ ksysguard/gui/Workspace.cc
@@ -89,7 +89,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" );
 
@@ -434,7 +434,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() )
