mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: consistent headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4ed10bdd76
commit
d12475f5ba
1 changed files with 3 additions and 3 deletions
|
@ -22,15 +22,15 @@
|
|||
#ifndef PLASMA_RUNNERMANAGER_H
|
||||
#define PLASMA_RUNNERMANAGER_H
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QObject>
|
||||
#include <QList>
|
||||
#include <QObject>
|
||||
#include <QAction>
|
||||
|
||||
#include <kplugininfo.h>
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
#include "abstractrunner.h"
|
||||
|
||||
#include <QAction>
|
||||
class KConfigGroup;
|
||||
|
||||
namespace Plasma
|
||||
|
|
Loading…
Add table
Reference in a new issue