Stop using deprecated headers

Most things were already ported away, only that nobody realized they
weren't used.
This commit is contained in:
Aleix Pol 2014-03-18 17:50:52 +01:00
parent 570ce05974
commit e5bffd744b
6 changed files with 0 additions and 8 deletions

View file

@ -26,8 +26,6 @@
#include "oxygenconfigwidget.h" #include "oxygenconfigwidget.h"
#include "oxygenanimationconfigwidget.h" #include "oxygenanimationconfigwidget.h"
#include <kdeversion.h>
#include <QGroupBox> #include <QGroupBox>
#include <QIcon> #include <QIcon>
#include <QLabel> #include <QLabel>

View file

@ -30,7 +30,6 @@
#include <QDialogButtonBox> #include <QDialogButtonBox>
#include <QDBusConnection> #include <QDBusConnection>
#include <KPushButton>
#include <KLocalizedString> #include <KLocalizedString>
namespace Oxygen namespace Oxygen

View file

@ -31,7 +31,6 @@
#include <KSharedConfig> #include <KSharedConfig>
#include <KConfigGroup> #include <KConfigGroup>
#include <KWindowInfo> #include <KWindowInfo>
#include <KPluginFactory>
KWIN_DECORATION(OxygenPluginFactory, "oxygenclient.json", Oxygen::Factory) KWIN_DECORATION(OxygenPluginFactory, "oxygenclient.json", Oxygen::Factory)

View file

@ -34,7 +34,6 @@
#include <QObject> #include <QObject>
#include <kdecorationfactory.h> #include <kdecorationfactory.h>
#include <kdeversion.h>
namespace Oxygen namespace Oxygen
{ {

View file

@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kwineffects.h" #include "kwineffects.h"
#include "kwinglplatform.h" #include "kwinglplatform.h"
#include <KConfig>
#include <KConfigGroup>
#include <QDebug> #include <QDebug>
#include <QPixmap> #include <QPixmap>

View file

@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "kwinglobals.h" #include "kwinglobals.h"
#include "xcbutils.h" #include "xcbutils.h"
// KDE includes // KDE includes
#include <KConfig>
#include <KSharedConfig> #include <KSharedConfig>
// Qt // Qt
#include <QObject> #include <QObject>