KIOSlave
#include "kcookieserver.h"
#include <QtCore/QTimer>
#include <QtCore/QFile>
#include <QtDBus/QtDBus>
#include <kconfig.h>
#include <kdebug.h>
#include <kcmdlineargs.h>
#include <kstandarddirs.h>
#include <kpluginfactory.h>
#include <kpluginloader.h>
#include <kwindowsystem.h>
#include "kcookiejar.h"
#include "kcookiewin.h"
#include "kcookieserveradaptor.h"
#include "kcookieserver.moc"
Include dependency graph for kcookieserver.cpp:
Go to the source code of this file.
Macros | |
#define | QL1C(x) QLatin1Char(x) |
#define | QL1S(x) QLatin1String(x) |
#define | SAVE_DELAY 3 |
Functions | |
K_PLUGIN_FACTORY (KdedCookieServerFactory, registerPlugin< KCookieServer >();) enum CookieDetails | |
Macro Definition Documentation
#define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 48 of file kcookieserver.cpp.
#define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 47 of file kcookieserver.cpp.
#define SAVE_DELAY 3 |
Definition at line 29 of file kcookieserver.cpp.
Function Documentation
K_PLUGIN_FACTORY | ( | KdedCookieServerFactory | , |
registerPlugin< KCookieServer >(); | |||
) |
Definition at line 50 of file kcookieserver.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:58 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:50:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.