kopete/libkopete
xmlcontactstorage.cpp File Reference
#include "xmlcontactstorage.h"
#include <QtCore/QFile>
#include <QtCore/QUuid>
#include <QtCore/QRegExp>
#include <QtCore/QLatin1String>
#include <QtCore/QTextCodec>
#include <QtCore/QTextStream>
#include <QtXml/QDomDocument>
#include <QtXml/QDomElement>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <ksavefile.h>
#include "kopetecontactlist.h"
#include "kopetemetacontact.h"
#include "kopetegroup.h"
#include "kopetecontact.h"
#include "kopeteprotocol.h"
#include "kopeteaccount.h"
#include "kopetepluginmanager.h"
Include dependency graph for xmlcontactstorage.cpp:

Go to the source code of this file.
Namespaces | |
Kopete | |
Variables | |
const QString | Kopete::NSAID_ELEM = QString::fromUtf8( "nameSourceAccountId" ) |
const QString | Kopete::NSCID_ELEM = QString::fromUtf8( "nameSourceContactId" ) |
const QString | Kopete::NSPID_ELEM = QString::fromUtf8( "nameSourcePluginId" ) |
const QString | Kopete::PSAID_ELEM = QString::fromUtf8( "photoSourceAccountId" ) |
const QString | Kopete::PSCID_ELEM = QString::fromUtf8( "photoSourceContactId" ) |
const QString | Kopete::PSPID_ELEM = QString::fromUtf8( "photoSourcePluginId" ) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.