Stop using deprecated headers
Most things were already ported away, only that nobody realized they weren't used.
This commit is contained in:
parent
570ce05974
commit
e5bffd744b
6 changed files with 0 additions and 8 deletions
|
@ -26,8 +26,6 @@
|
|||
#include "oxygenconfigwidget.h"
|
||||
#include "oxygenanimationconfigwidget.h"
|
||||
|
||||
#include <kdeversion.h>
|
||||
|
||||
#include <QGroupBox>
|
||||
#include <QIcon>
|
||||
#include <QLabel>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <QDialogButtonBox>
|
||||
#include <QDBusConnection>
|
||||
|
||||
#include <KPushButton>
|
||||
#include <KLocalizedString>
|
||||
|
||||
namespace Oxygen
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <KSharedConfig>
|
||||
#include <KConfigGroup>
|
||||
#include <KWindowInfo>
|
||||
#include <KPluginFactory>
|
||||
|
||||
KWIN_DECORATION(OxygenPluginFactory, "oxygenclient.json", Oxygen::Factory)
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <kdecorationfactory.h>
|
||||
#include <kdeversion.h>
|
||||
|
||||
namespace Oxygen
|
||||
{
|
||||
|
|
|
@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "kwineffects.h"
|
||||
#include "kwinglplatform.h"
|
||||
|
||||
#include <KConfig>
|
||||
#include <KConfigGroup>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QPixmap>
|
||||
|
|
|
@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "kwinglobals.h"
|
||||
#include "xcbutils.h"
|
||||
// KDE includes
|
||||
#include <KConfig>
|
||||
#include <KSharedConfig>
|
||||
// Qt
|
||||
#include <QObject>
|
||||
|
|
Loading…
Reference in a new issue