File indexing completed on 2024-05-05 16:13:12

0001 /*
0002     This file is part of the KDE libraries
0003     SPDX-FileCopyrightText: 2000 Stephan Kulow <coolo@kde.org>
0004     SPDX-FileCopyrightText: 2000-2009 David Faure <faure@kde.org>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #ifndef KIO_JOBCLASSES_H
0010 #define KIO_JOBCLASSES_H
0011 
0012 // For source compatibility
0013 #include "filecopyjob.h"
0014 #include "filejob.h"
0015 #include "listjob.h"
0016 #include "mimetypejob.h"
0017 #include "multigetjob.h"
0018 #include "simplejob.h"
0019 #include "specialjob.h"
0020 #include "statjob.h"
0021 #include "storedtransferjob.h"
0022 #include "transferjob.h"
0023 #include <kio/mkdirjob.h>
0024 
0025 #endif