From ddbd8d270988a658e8373552c7a45298f9e15aa0 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 26 May 2009 18:29:28 +0000 Subject: [PATCH] sometimes the fixes are simple :) BUG:194194 svn path=/trunk/KDE/kdelibs/; revision=973270 --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.cpp b/svg.cpp index c326b4020..9135d9372 100644 --- a/svg.cpp +++ b/svg.cpp @@ -417,7 +417,7 @@ class SvgPrivate static QHash s_renderers; Svg *q; - Theme *theme; + QPointer theme; QHash localRectCache; QHash itemsToSave; QTimer *saveTimer;