From 171e9af919b789cff11ca5093bfdd613d7e5b175 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 20 Nov 1997 18:20:57 +0000 Subject: [PATCH] [Roberto] Also adopted kmreaderwin. The very small needed changes were also passed on to kmail. I don't think I broke anything. A few features are now missing but they will reappear very soon. svn path=/trunk/kdenetwork/kmail/; revision=2937 --- kmreaderwin.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kmreaderwin.cpp b/kmreaderwin.cpp index e73264a15..f7fe3bf21 100644 --- a/kmreaderwin.cpp +++ b/kmreaderwin.cpp @@ -1,9 +1,14 @@ // kmreaderwin.cpp // Author: Markus Wuebben +#include + +#ifndef KRN #include "kmglobal.h" -#include "kmimemagic.h" #include "kmmainwin.h" +#endif + +#include "kmimemagic.h" #include "kmmessage.h" #include "kmmsgpart.h" #include "kmreaderwin.h" @@ -36,6 +41,11 @@ static unsigned char hand_mask_bits[] = { 0x3f,0xfc,0x7f,0xf8,0xff,0xf0,0x7f,0xe0,0x3f,0xc0,0x1f,0x80,0x0f,0x00,0x07, 0x00,0x02}; +#ifdef KRN +extern KApplication *app; +extern KLocale *nls; +extern KBusyPtr *kbp; +#endif //----------------------------------------------------------------------------- KMReaderWin::KMReaderWin(QWidget *aParent, const char *aName, int aFlags)