kmaddrbook.h
00001
00002
00003
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
This file is part of the documentation for kmail Library Version 3.3.0.