kio
job.cpp File Reference
#include "kio/job.h"#include <config.h>#include <sys/types.h>#include <sys/wait.h>#include <sys/stat.h>#include <assert.h>#include <signal.h>#include <stdlib.h>#include <stdio.h>#include <time.h>#include <unistd.h>#include <pwd.h>#include <grp.h>#include <qtimer.h>#include <qfile.h>#include <kapplication.h>#include <kglobal.h>#include <klocale.h>#include <ksimpleconfig.h>#include <kdebug.h>#include <kdialog.h>#include <kmessagebox.h>#include <kdatastream.h>#include <kmainwindow.h>#include <kde_file.h>#include <errno.h>#include "kmimetype.h"#include "slave.h"#include "scheduler.h"#include "kdirwatch.h"#include "kmimemagic.h"#include "kprotocolinfo.h"#include "kprotocolmanager.h"#include "kio/observer.h"#include "kssl/ksslcsessioncache.h"#include <kdirnotify_stub.h>#include <ktempfile.h>#include <dcopclient.h>#include <utime.h>#include "jobclasses.moc"
Include dependency graph for job.cpp:

Go to the source code of this file.
Defines | |
| #define | KIO_ARGS QByteArray packedArgs; QDataStream stream( packedArgs, IO_WriteOnly ); stream |
| #define | REPORT_TIMEOUT 200 |
Variables | |
| KIO_EXPORT bool | kio_resolve_local_urls = true |
Define Documentation
| #define KIO_ARGS QByteArray packedArgs; QDataStream stream( packedArgs, IO_WriteOnly ); stream |
Variable Documentation
| KIO_EXPORT bool kio_resolve_local_urls = true |
KDE 3.5 API Reference