use lowercase headers, we\'re in kdelibs now
This commit is contained in:
parent
627ff32f44
commit
246d9a7eac
@ -39,4 +39,4 @@ target_link_libraries(testplasma2
|
||||
${kcoreaddons}
|
||||
${KDE4_PLASMA_LIBS}
|
||||
#plasma
|
||||
)
|
||||
)
|
||||
|
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user