Drop unused includes from kwin/useractions.cpp
And again some deprecated warnings eliminated.
This commit is contained in:
parent
79e09c43f3
commit
182d094837
1 changed files with 0 additions and 5 deletions
|
@ -64,12 +64,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <KDE/KGlobalAccel>
|
||||
#include <KDE/KIcon>
|
||||
#include <kiconloader.h>
|
||||
#include <KDE/KLocalizedString>
|
||||
#include <kconfig.h>
|
||||
#include <KDE/KPushButton>
|
||||
#include <kglobalaccel.h>
|
||||
#include <kapplication.h>
|
||||
#include <QRegExp>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QLabel>
|
||||
|
@ -78,7 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QVBoxLayout>
|
||||
#include <kauthorized.h>
|
||||
#include <kactioncollection.h>
|
||||
#include <kaction.h>
|
||||
|
||||
#include "killwindow.h"
|
||||
#ifdef KWIN_BUILD_TABBOX
|
||||
|
|
Loading…
Reference in a new issue