KDEUI
kwallet.cpp File Reference
#include "kwallet.h"
#include <ksharedconfig.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <QtGui/QApplication>
#include <QtCore/QPointer>
#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"
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 46 of file kwallet.cpp.
typedef QMap<QString, QString> StringStringMap |
Definition at line 42 of file kwallet.cpp.
typedef QMap<QString, StringStringMap> StringToStringStringMapMap |
Definition at line 44 of file kwallet.cpp.
Function Documentation
static QString appid | ( | ) | [static] |
Definition at line 49 of file kwallet.cpp.
static void registerTypes | ( | ) | [static] |
Definition at line 62 of file kwallet.cpp.