summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/registerqtv2operation.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-06 13:55:50 +0200
committerkh1 <qt-info@nokia.com>2011-07-06 13:55:50 +0200
commitd8e582c9ecbec939a14e20702592e408acd4a5d8 (patch)
tree037d22b0015bb58366dd06f331b265316e8a32be /installerbuilder/libinstaller/registerqtv2operation.h
parentc82f0912f653d99527eeaf6f23e2f307160ca268 (diff)
Cleanup. Use typedef. No functional change.
Diffstat (limited to 'installerbuilder/libinstaller/registerqtv2operation.h')
-rw-r--r--installerbuilder/libinstaller/registerqtv2operation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/registerqtv2operation.h b/installerbuilder/libinstaller/registerqtv2operation.h
index 9abb12459..ef0f50a8e 100644
--- a/installerbuilder/libinstaller/registerqtv2operation.h
+++ b/installerbuilder/libinstaller/registerqtv2operation.h
@@ -26,11 +26,11 @@
#ifndef REGISTERQTINCREATORV2OPERATION_H
#define REGISTERQTINCREATORV2OPERATION_H
-#include <KDUpdater/UpdateOperation>
+#include "qinstallerglobal.h"
namespace QInstaller {
-class RegisterQtInCreatorV2Operation : public KDUpdater::UpdateOperation
+class RegisterQtInCreatorV2Operation : public Operation
{
public:
RegisterQtInCreatorV2Operation();
@@ -40,7 +40,7 @@ public:
bool performOperation();
bool undoOperation();
bool testOperation();
- KDUpdater::UpdateOperation* clone() const;
+ Operation* clone() const;
};
} // namespace