now kdenetwork compiles even under Linux without kdedir() ;-)

svn path=/trunk/kdenetwork/kmail/; revision=5617
wilder-work
Stephan Kulow 28 years ago
parent a4a80118f5
commit 0e0e2ff2f7
  1. 5
      kbusyptr.cpp

@ -110,9 +110,8 @@ bool KBusyPtr :: loadBitmap (QBitmap& bm, const QString& filename)
}
else
{
f = app->kdedir();
f.detach();
f += "/share/apps/kmail/pics/";
f = app->kde_datadir().copy();
f += "/kmail/pics/";
f += filename;
}
rc = bm.load(f);

Loading…
Cancel
Save