From 140305872e0839269029fbb6997949cf59613c24 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 23 May 1999 21:59:36 +0000 Subject: [PATCH] ok, now it should really compile :) svn path=/trunk/kdebase/konsole/; revision=21808 --- src/rootBg.C | 4 ++-- src/schema.C | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/rootBg.C b/src/rootBg.C index b0672554..2fa7cd62 100644 --- a/src/rootBg.C +++ b/src/rootBg.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++; diff --git a/src/schema.C b/src/schema.C index a525aa3d..86a797ee 100644 --- a/src/schema.C +++ b/src/schema.C @@ -14,6 +14,7 @@ #include "kapp.h" #include #include +#include static int schema_serial = 0; //FIXME: remove,localize