~neon/project-neon/kscreen

« back to all changes in this revision

Viewing changes to kcm/src/outputconfig.cpp

  • Committer: Laurent Montel
  • Date: 2019-07-04 05:01:23 UTC
  • Revision ID: git-v1:ca1e9aa21645c8b7d51430d057d9adab52c947a6
Remove unused includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "utils.h"
25
25
#include "kcm_screen_debug.h"
26
26
 
27
 
#include <QStringBuilder>
28
27
#include <QFormLayout>
29
28
#include <QComboBox>
30
29
#include <QCheckBox>
31
 
#include <QHBoxLayout>
32
30
#include <QLabel>
33
31
#include <QPushButton>
34
32
#include <QGroupBox>