From aad4945cf8e12e415365a73c440615952ccfd7a3 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 14 May 2013 19:16:37 +0200 Subject: [PATCH] rename PopupPlacement --- 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 bb04e1c50..b9c2a835a 100644 --- a/src/plasma/plasma.h +++ b/src/plasma/plasma.h @@ -307,7 +307,7 @@ PLASMA_EXPORT Types::Direction locationToInverseDirection(Types::Location locati //typedef Types::Direction Direction; //typedef Types::Location Location; //typedef Types::Position Position; -typedef Types::PopupPlacement PopupPlacement; +//typedef Types::PopupPlacement PopupPlacement; typedef Types::FlipDirection FlipDirection; typedef Types::IntervalAlignment IntervalAlignment; typedef Types::ImmutabilityType ImmutabilityType;