kaddressbook
#include "gmx_xxport.h"
#include "pimcommon/widgets/renamefiledialog.h"
#include <KCodecs>
#include <KDebug>
#include <KFileDialog>
#include <KIO/NetAccess>
#include <KLocale>
#include <KMessageBox>
#include <KTemporaryFile>
#include <KUrl>
#include <QtCore/QFile>
#include <QtCore/QMap>
#include <QtCore/QList>
#include <QtCore/QTextStream>
Include dependency graph for gmx_xxport.cpp:
Go to the source code of this file.
Macros | |
#define | GMX_FILESELECTION_STRING QLatin1String("*.gmxa|") + i18n( "GMX address book file (*.gmxa)" ) |
Functions | |
static const QStringList | assignedCategoriesSorted (const KABC::AddresseeList &list) |
static bool | checkDateTime (const QString &dateStr, QDateTime &dt) |
static const QString | dateString (const QDateTime &dt) |
Variables | |
const int | typeHome = 0 |
const int | typeOther = 2 |
const int | typeWork = 1 |
Macro Definition Documentation
#define GMX_FILESELECTION_STRING QLatin1String("*.gmxa|") + i18n( "GMX address book file (*.gmxa)" ) |
Definition at line 97 of file gmx_xxport.cpp.
Function Documentation
|
static |
Definition at line 408 of file gmx_xxport.cpp.
|
static |
Definition at line 108 of file gmx_xxport.cpp.
|
static |
Definition at line 398 of file gmx_xxport.cpp.
Variable Documentation
const int typeHome = 0 |
Definition at line 99 of file gmx_xxport.cpp.
const int typeOther = 2 |
Definition at line 101 of file gmx_xxport.cpp.
const int typeWork = 1 |
Definition at line 100 of file gmx_xxport.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 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:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.