mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: remove unused headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
10783de5e2
commit
720443b314
2 changed files with 2 additions and 9 deletions
|
@ -21,13 +21,6 @@
|
|||
|
||||
#include "kabstractwidgetjobtracker.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QTimer>
|
||||
#include <QEvent>
|
||||
#include <QMap>
|
||||
|
||||
#include <kdebug.h>
|
||||
|
||||
KAbstractWidgetJobTracker::KAbstractWidgetJobTracker(QWidget *parent)
|
||||
: KJobTrackerInterface(parent)
|
||||
{
|
||||
|
|
|
@ -42,14 +42,14 @@ public:
|
|||
*
|
||||
* @param parent the parent of this object and of the widget displaying the job progresses
|
||||
*/
|
||||
KAbstractWidgetJobTracker(QWidget *parent = 0);
|
||||
KAbstractWidgetJobTracker(QWidget *parent = nullptr);
|
||||
|
||||
/**
|
||||
* Destroys a KAbstractWidgetJobTracker
|
||||
*/
|
||||
virtual ~KAbstractWidgetJobTracker();
|
||||
|
||||
// KDE5: move this two virtual methods to be placed correctly (ereslibre)
|
||||
// KDE5: move this two virtual methods to be placed correctly (ereslibre)
|
||||
public Q_SLOTS:
|
||||
/**
|
||||
* Register a new job in this tracker.
|
||||
|
|
Loading…
Add table
Reference in a new issue