From 6b4d1f31d147a14081fe59d4ab77087635b6d662 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 14 May 2013 18:44:12 +0200 Subject: [PATCH] rename Plasma::Direction --- 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 a718281d3..2c4e6c0e0 100644 --- a/src/plasma/plasma.h +++ b/src/plasma/plasma.h @@ -304,7 +304,7 @@ PLASMA_EXPORT Types::Direction locationToInverseDirection(Types::Location locati //typedef Types::FormFactor FormFactor; //typedef Types::ContainmentType ContainmentType; //typedef Types::ActionType ActionType; -typedef Types::Direction Direction; +//typedef Types::Direction Direction; //typedef Types::Location Location; typedef Types::Position Position; typedef Types::PopupPlacement PopupPlacement;