From 52b42a247ec5f4be2fcf17a9a1b2617aa7c0d2f4 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 14 May 2013 18:39:07 +0200 Subject: [PATCH] rename Plasma::ActionType --- src/plasma/plasma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plasma/plasma.h b/src/plasma/plasma.h index 04c2f6c3a..a718281d3 100644 --- a/src/plasma/plasma.h +++ b/src/plasma/plasma.h @@ -303,7 +303,7 @@ PLASMA_EXPORT Types::Direction locationToInverseDirection(Types::Location locati //Q_DECLARE_FLAGS(Constraints, Constraint) //typedef Types::FormFactor FormFactor; //typedef Types::ContainmentType ContainmentType; -typedef Types::ActionType ActionType; +//typedef Types::ActionType ActionType; typedef Types::Direction Direction; //typedef Types::Location Location; typedef Types::Position Position;