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*/