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 "oxygenanimationconfigwidget.h"
#include <kdeversion.h>
#include <QGroupBox>
#include <QIcon>
#include <QLabel>

View file

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

View file

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

View file

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

View file

@ -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>

View file

@ -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>