[kcmdeco] Adjust includes
This commit is contained in:
parent
bd60db95f0
commit
fe0493e63d
3 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "config-kwin.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDrag>
|
||||
#include <QPainter>
|
||||
#include <QLabel>
|
||||
#include <QLayout>
|
||||
|
|
|
@ -24,6 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <KLibrary>
|
||||
#include <KVBox>
|
||||
#include <KSharedConfig>
|
||||
#include <KLocalizedString>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#define KWINDECORATION_H
|
||||
|
||||
#include <kcmodule.h>
|
||||
#include <kconfig.h>
|
||||
#include <KSharedConfig>
|
||||
|
||||
#include <kdecoration.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue