KDEUI
kwallet.cpp File Reference
#include "kwallet.h"
#include <ksharedconfig.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <QtGui/QApplication>
#include <QtGui/QWidget>
#include <QtDBus/QtDBus>
#include <ktoolinvocation.h>
#include <assert.h>
#include <kglobal.h>
#include <kcomponentdata.h>
#include <kaboutdata.h>
#include <kconfiggroup.h>
#include "kwallet_interface.h"
#include "kwallet.moc"
Include dependency graph for kwallet.cpp:

Go to the source code of this file.
Typedefs | |
typedef QMap< QString, QByteArray > | StringByteArrayMap |
typedef QMap< QString, QString > | StringStringMap |
typedef QMap< QString, StringStringMap > | StringToStringStringMapMap |
Functions | |
static QString | appid () |
static void | registerTypes () |
Typedef Documentation
typedef QMap<QString, QByteArray> StringByteArrayMap |
Definition at line 44 of file kwallet.cpp.
typedef QMap<QString, QString> StringStringMap |
Definition at line 40 of file kwallet.cpp.
typedef QMap<QString, StringStringMap> StringToStringStringMapMap |
Definition at line 42 of file kwallet.cpp.
Function Documentation
static QString appid | ( | ) | [static] |
Definition at line 47 of file kwallet.cpp.
static void registerTypes | ( | ) | [static] |
Definition at line 60 of file kwallet.cpp.