1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Remove unneeded PLASMA_DOWNLOADS

This commit is contained in:
Javier Llorente 2023-05-02 20:12:47 +02:00 committed by Juraj Oravec
parent 2c823962eb
commit 25d5babc68
2 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,6 @@
#include "downloadoptionsdialog.h"
#include "downloaditem.h"
#include "downloadmanagermodel.h"
#ifdef PLASMA_DOWNLOADS
#include "downloadkjob.h"
#endif
#include "networkmanager.h"
#include "desktopnotificationsfactory.h"
#include "qztools.h"

View File

@ -37,9 +37,6 @@ class QWinTaskbarButton;
class DownloadItem;
class DownloadManagerModel;
#ifdef PLASMA_DOWNLOADS
class DownloadKJob;
#endif
class WebPage;
class FALKON_EXPORT DownloadManager : public QWidget