From 3c62cc78812e58596c470d3245081a85d6b89723 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 2 Mar 2012 10:40:18 +0100 Subject: [PATCH] partial revert of 1db495ef44dfc101ca6baa0349bcd5e97019d3d0 revert all the files that shouldn't have been modified --- servicejob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servicejob.h b/servicejob.h index 6a975c0c7..b55b70e2f 100644 --- a/servicejob.h +++ b/servicejob.h @@ -132,8 +132,8 @@ private: }; } // namespace Plasma -using namespace Plasma; -Q_DECLARE_METATYPE(ServiceJob *) + +Q_DECLARE_METATYPE(Plasma::ServiceJob *) #endif // multiple inclusion guard