kmail Library API Documentation

kmaddrbook.h

00001 /* Simple Addressbook for KMail
00002  * Author: Stefan Taferner <taferner@kde.org>
00003  * This code is under GPL
00004  */
00005 #ifndef KMAddrBook_h
00006 #define KMAddrBook_h
00007 
00008 #include <qstringlist.h>
00009 
00010 #include <kdeversion.h>
00011 #include <kabc/addressee.h>
00012 
00013 class QWidget;
00014 
00015 class KabcBridge {
00016 public:
00017   static QString expandNickName( const QString& nickName );
00022     static QStringList categories();
00023 };
00024 
00025 
00026 #endif /*KMAddrBook_h*/
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 22:43:42 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003