summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
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/registerdefaultdebuggeroperation.cpp
parentc82f0912f653d99527eeaf6f23e2f307160ca268 (diff)
Cleanup. Use typedef. No functional change.
Diffstat (limited to 'installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp')
-rw-r--r--installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp b/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
index 33f6839ea..fce7f2ef0 100644
--- a/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
+++ b/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
@@ -148,7 +148,7 @@ bool RegisterDefaultDebuggerOperation::testOperation()
return true;
}
-KDUpdater::UpdateOperation* RegisterDefaultDebuggerOperation::clone() const
+Operation* RegisterDefaultDebuggerOperation::clone() const
{
return new RegisterDefaultDebuggerOperation();
}