00001 /*************************************************************************** 00002 decodeRFC2047.h - description 00003 ------------------- 00004 begin : Mon Jan 28 2002 00005 copyright : (C) 2002 by Eggert Ehmke 00006 email : eggert.ehmke@berlin.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 #ifndef DECODE_RFC2047_H 00018 #define DECODE_RFC2047_H 00019 00020 #include <ctype.h> 00021 #include <stdlib.h> 00022 00023 //TQt header 00024 #include <ntqtextcodec.h> 00025 #include <ntqregexp.h> 00026 #include <ntqstring.h> 00027 #include <ntqcstring.h> 00028 00029 //KDE header 00030 #include <tdelocale.h> 00031 #include <tdeglobal.h> 00032 #include <mimelib/mimepp.h> 00033 00034 00038 namespace Codecs 00039 { 00040 00047 TQString decodeRFC2047( const TQCString& aStr ); 00048 00049 } 00050 00051 #endif