summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/registertoolchainoperation.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-05 16:01:47 +0200
committerkh1 <qt-info@nokia.com>2011-07-05 16:01:47 +0200
commit7c100824b5e108f38994518d0c5fb36e6a2077f1 (patch)
tree58e7a7b3c9f17638b56b81e12d6b9d58a5fa19ab /installerbuilder/libinstaller/registertoolchainoperation.cpp
parent6c058f11c2b50ac86f197e66236afafd5b01208d (diff)
Cleanup. Use typedef.
Diffstat (limited to 'installerbuilder/libinstaller/registertoolchainoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/registertoolchainoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/registertoolchainoperation.cpp b/installerbuilder/libinstaller/registertoolchainoperation.cpp
index e2b4f908f..cf824efa4 100644
--- a/installerbuilder/libinstaller/registertoolchainoperation.cpp
+++ b/installerbuilder/libinstaller/registertoolchainoperation.cpp
@@ -176,7 +176,7 @@ bool RegisterToolChainOperation::testOperation()
return true;
}
-KDUpdater::UpdateOperation* RegisterToolChainOperation::clone() const
+Operation *RegisterToolChainOperation::clone() const
{
return new RegisterToolChainOperation();
}