summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-06-02 15:14:12 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-03 10:51:51 +0200
commit8addcf763bc0644de1f3548a2a65876aed65a7c9 (patch)
tree12f2735f9e757d415f5200000de17b3231b9c053 /src/libs/installer/component.h
parent3aaca15ef8a8dd13ba877821a3683ba86241be9b (diff)
Replace script with js engine.
Change-Id: Ic9c88e27dca1e936ba09a3776df3df7ec166c606 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/component.h')
-rw-r--r--src/libs/installer/component.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/installer/component.h b/src/libs/installer/component.h
index 3ff814a30..3e7e91048 100644
--- a/src/libs/installer/component.h
+++ b/src/libs/installer/component.h
@@ -51,9 +51,6 @@
#include <QtCore/QObject>
#include <QtCore/QUrl>
-#include <QtScript/QScriptable>
-#include <QtScript/QScriptValueList>
-
QT_FORWARD_DECLARE_CLASS(QDebug)
namespace KDUpdater {
@@ -65,7 +62,7 @@ namespace QInstaller {
class PackageManagerCore;
-class INSTALLER_EXPORT Component : public QObject, public QScriptable, public ComponentModelHelper
+class INSTALLER_EXPORT Component : public QObject, public ComponentModelHelper
{
Q_OBJECT
Q_DISABLE_COPY(Component)