use lowercase headers, we\'re in kdelibs now

This commit is contained in:
Sebastian Kügler 2012-12-19 19:40:33 +01:00
parent 627ff32f44
commit 246d9a7eac
3 changed files with 10 additions and 8 deletions

View File

@ -39,4 +39,4 @@ target_link_libraries(testplasma2
${kcoreaddons}
${KDE4_PLASMA_LIBS}
#plasma
)
)

View File

@ -21,12 +21,14 @@
#include <QtCore/QDebug>
#include "svg.h"
#include <KAboutData>
#include <KCmdLineArgs>
#include <KLocalizedString>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <klocalizedstring.h>
#include <Plasma/Corona>
#include <Plasma/Containment>
#include <plasma/corona.h>
#include <plasma/containment.h>
static const char description[] = "Plasma2 library tests";
static const char version[] = "1.0";

View File

@ -21,8 +21,8 @@
#include <QtQuick/QQuickPaintedItem>
#include <Plasma/Svg>
#include <Plasma/FrameSvg>
#include <plasma/svg.h>
#include <plasma/framesvg.h>
//TODO: this will be replaced by PlasmaCore.SvgItem
class Svg : public QQuickPaintedItem