ok, now it should really compile :)

svn path=/trunk/kdebase/konsole/; revision=21808
wilder-portage
Stephan Kulow 27 years ago
parent 0863aa2997
commit 140305872e
  1. 4
      src/rootBg.C
  2. 1
      src/schema.C

@ -108,9 +108,9 @@ void RootPixmap::readSettings(int num)
if ( useDir ) {
QStringList list = KGlobal::dirs()->findAllReources("wallpaper");
QStringList list = KGlobal::dirs()->findAllResources("wallpaper");
count = list.count();
count = list.count();
if ( inorder ) {
randomDesk = config.readNumEntry( "Item", 0 );
randomDesk++;

@ -14,6 +14,7 @@
#include "kapp.h"
#include <qdir.h>
#include <kstddirs.h>
#include <kglobal.h>
static int schema_serial = 0; //FIXME: remove,localize

Loading…
Cancel
Save