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 QStringList addresses(); 00018 static void addresses(QStringList& result); 00019 static QString expandNickName( const QString& nickName ); 00024 static QStringList categories(); 00025 }; 00026 00027 00028 #endif /*KMAddrBook_h*/
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 27 12:52:19 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003