23 lines
866 B
Plaintext
23 lines
866 B
Plaintext
$NetBSD: patch-fe,v 1.2 2004/02/04 14:25:59 markd Exp $
|
|
|
|
--- ksysguard/gui/KSysGuardApplet.cc.orig 2003-07-21 19:32:29.000000000 +1200
|
|
+++ ksysguard/gui/KSysGuardApplet.cc
|
|
@@ -298,7 +298,7 @@ void KSysGuardApplet::resizeDocks( uint
|
|
bool KSysGuardApplet::load()
|
|
{
|
|
KStandardDirs* kstd = KGlobal::dirs();
|
|
- kstd->addResourceType( "data", "share/apps/ksysguard" );
|
|
+ kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
|
|
QString fileName = kstd->findResource( "data", "KSysGuardApplet.xml" );
|
|
|
|
QFile file( fileName );
|
|
@@ -441,7 +441,7 @@ bool KSysGuardApplet::save()
|
|
}
|
|
|
|
KStandardDirs* kstd = KGlobal::dirs();
|
|
- kstd->addResourceType( "data", "share/apps/ksysguard" );
|
|
+ kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
|
|
QString fileName = kstd->saveLocation( "data", "ksysguard" );
|
|
fileName += "/KSysGuardApplet.xml";
|
|
|