From kde-commits Wed Apr 30 22:10:22 2008 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Wed, 30 Apr 2008 22:10:22 +0000 To: kde-commits Subject: KDE/kdebase/workspace/libs/plasma (silent) Message-Id: <1209593422.768525.18074.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120959343132511 SVN commit 802865 by aseigo: SVN_SILENT: build fix M +1 -1 applet_p.h --- trunk/KDE/kdebase/workspace/libs/plasma/applet_p.h #802864:802865 @@ -83,7 +83,7 @@ QPixmap* cachedBackground; KConfigGroup *mainConfig; Plasma::Constraints pendingConstraints; - Qt::AspectRatioMode aspectRatioMode; + Plasma::AspectRatioMode aspectRatioMode; ImmutabilityType immutability; bool hasConfigurationInterface : 1; bool failed : 1;