mailinglist-magic.h
00001 #ifndef MAILINGLIST_MAGIC_H
00002 #define MAILINGLIST_MAGIC_H
00003
00004 #include <kurl.h>
00005 #include <qstring.h>
00006
00007 class KMMessage;
00008
00009 class KMMLInfo
00010 {
00011 public:
00012 static QString name( const KMMessage *message, QCString &header_name,
00013 QString &header_value );
00014 protected:
00015 KMMLInfo();
00016 ~KMMLInfo();
00017 };
00018
00019
00020 #endif
00021
This file is part of the documentation for kmail Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:22 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003