include appletquickitem_p.h from the right file
This commit is contained in:
parent
f8b649fba9
commit
29c72a9898
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "appletquickitem.h"
|
||||
#include "private/appletquickitem_p.h"
|
||||
|
||||
#include <QQmlComponent>
|
||||
#include <QQmlExpression>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef APPLETQUICKITEM_P
|
||||
#define APPLETQUICKITEM_P
|
||||
#ifndef APPLETQUICKITEM_H
|
||||
#define APPLETQUICKITEM_H
|
||||
|
||||
#include <QQuickItem>
|
||||
#include <QWeakPointer>
|
||||
@ -28,8 +28,6 @@
|
||||
|
||||
#include <Plasma/Package>
|
||||
|
||||
#include "private/appletquickitem_p.h"
|
||||
|
||||
#include <plasmaquick/plasmaquick_export.h>
|
||||
|
||||
namespace Plasma {
|
||||
@ -41,6 +39,8 @@ namespace KDeclarative {
|
||||
}
|
||||
|
||||
|
||||
class AppletQuickItemPrivate;
|
||||
|
||||
class PLASMAQUICK_EXPORT AppletQuickItem : public QQuickItem
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef APPLETQUICKITEM_H
|
||||
#define APPLETQUICKITEM_H
|
||||
#ifndef APPLETQUICKITEM_P_H
|
||||
#define APPLETQUICKITEM_P_H
|
||||
|
||||
#include <QQmlComponent>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user