rename remaining plasmaview to plasmaquick
This commit is contained in:
parent
a7e9b1261b
commit
a94dd49b32
@ -26,7 +26,7 @@
|
||||
#include <QQmlListProperty>
|
||||
#include <QStandardItemModel>
|
||||
|
||||
#include <plasmaview/plasmaview_export.h>
|
||||
#include <plasmaquick/plasmaquick_export.h>
|
||||
|
||||
namespace Plasma {
|
||||
class Applet;
|
||||
@ -39,7 +39,7 @@ class ConfigCategoryPrivate;
|
||||
class ConfigModelPrivate;
|
||||
class ConfigCategory;
|
||||
|
||||
class PLASMAVIEW_EXPORT ConfigModel : public QAbstractListModel
|
||||
class PLASMAQUICK_EXPORT ConfigModel : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QQmlListProperty<ConfigCategory> categories READ categories CONSTANT)
|
||||
@ -104,7 +104,7 @@ private:
|
||||
|
||||
class ConfigViewPrivate;
|
||||
|
||||
class PLASMAVIEW_EXPORT ConfigView : public QQuickView
|
||||
class PLASMAQUICK_EXPORT ConfigView : public QQuickView
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(ConfigModel *configModel READ configModel CONSTANT)
|
||||
|
@ -1,2 +1,2 @@
|
||||
#include "../../plasmaview/configview.h"
|
||||
#include "../../plasmaquick/configview.h"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#include "../../plasmaview/view.h"
|
||||
#include "../../plasmaquick/view.h"
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
|
||||
#include <QtQuick/QQuickView>
|
||||
|
||||
#include <plasmaview/plasmaview_export.h>
|
||||
#include <plasmaquick/plasmaquick_export.h>
|
||||
#include "plasma/corona.h"
|
||||
#include "plasma/containment.h"
|
||||
|
||||
class ViewPrivate;
|
||||
|
||||
class PLASMAVIEW_EXPORT View : public QQuickView
|
||||
class PLASMAQUICK_EXPORT View : public QQuickView
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(Plasma::Types::Location location READ location WRITE setLocation NOTIFY locationChanged)
|
||||
|
Loading…
Reference in New Issue
Block a user