From 9db482e04f0f034507ef68d7dab2d5cb1b9934bf Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 10 Oct 2003 23:59:19 +0000 Subject: [PATCH] Fix compile svn path=/trunk/kdepim/; revision=257896 --- kmkernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmkernel.h b/kmkernel.h index b6cb3d9e4..f7048d343 100644 --- a/kmkernel.h +++ b/kmkernel.h @@ -271,7 +271,7 @@ private: bool allowedToExpire; bool the_firstInstance; static KMKernel *mySelf; -#if KDE_IS_VERSION( 3, 2, 0 ) +#if KDE_IS_VERSION( 3, 1, 92 ) KSharedConfig::Ptr mConfig; #else static KConfig * myConfig;