[Kde-java] Some questions - long - KScribble in java

Carsten Pfeiffer kde-java@kde.org
Thu, 14 Feb 2002 13:12:16 +0100


Am Donnerstag, 14. Februar 2002 11:32 schrieb KJ P:

> // the next part is very important as I found out after
> //   a few hours
> KInstance ki = new KInstance();
> ki.setApp("myapp");
> ki= ki.iconLoader();

Maybe you forgot to pass "myapp" to the KApplication constructor (or to 
KAboutData if you use that)? 

This "myapp" determines the path to search for certain resources (see 
KStandardDirs) and also for icons.

Cheers
Carsten Pfeiffer