kdeui: remove duplicate header inclusion

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-07-13 18:18:35 +03:00
parent e583beafbf
commit 1bd5eb7d08
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,7 @@ bool KMainWindowInterface::disableAction( const QString& action)
tmp_Action->setEnabled(false);
return true;
} else {
return false;
return false;
}
}

View file

@ -33,7 +33,6 @@
#include <QWidget>
#include <QtXml/qdom.h>
#include <QtXml/qdom.h>
#include <kapplication.h>
#include <kmainwindow.h>
#include <ktoolbar.h>