KDEWebKit
#include "kwebpage.h"
#include "kwebwallet.h"
#include "kwebpluginfactory.h"
#include <kaction.h>
#include <kfiledialog.h>
#include <kprotocolmanager.h>
#include <kjobuidelegate.h>
#include <krun.h>
#include <kstandarddirs.h>
#include <kstandardshortcut.h>
#include <kurl.h>
#include <kdebug.h>
#include <kshell.h>
#include <kmimetypetrader.h>
#include <klocalizedstring.h>
#include <ktemporaryfile.h>
#include <kio/accessmanager.h>
#include <kio/job.h>
#include <kio/copyjob.h>
#include <kio/jobuidelegate.h>
#include <kio/renamedialog.h>
#include <kio/scheduler.h>
#include <kparts/browseropenorsavequestion.h>
#include <QtCore/QPointer>
#include <QtCore/QFileInfo>
#include <QtCore/QCoreApplication>
#include <QtWebKit/QWebFrame>
#include <QtNetwork/QNetworkReply>
#include "kwebpage.moc"
Go to the source code of this file.
Macros |
#define | QL1C(x) QLatin1Char(x) |
#define | QL1S(x) QLatin1String(x) |
Macro Definition Documentation
#define QL1C |
( |
|
x | ) |
QLatin1Char(x) |
#define QL1S |
( |
|
x | ) |
QLatin1String(x) |
Function Documentation
static void reloadRequestWithoutDisposition |
( |
QNetworkReply * |
reply | ) |
|
|
static |
static void setActionIcon |
( |
QAction * |
action, |
|
|
const QIcon & |
icon |
|
) |
| |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:52:24 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.