From kde-commits Mon Jun 13 11:56:08 2005 From: Wilco Greven Date: Mon, 13 Jun 2005 11:56:08 +0000 To: kde-commits Subject: branches/work/kde4/kdelibs/khtml/ecma Message-Id: <1118663768.763604.1442.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111866378922958 SVN commit 424896 by wgreven: s/QGuardedPtr/QPointer/ M +2 -2 domparser.h --- branches/work/kde4/kdelibs/khtml/ecma/domparser.h #424895:424896 @@ -21,7 +21,7 @@ #ifndef _DOMPARSER_H #define _DOMPARSER_H_ -#include +#include #include #include #include @@ -48,7 +48,7 @@ enum { ParseFromString }; private: - QGuardedPtr doc; + QPointer doc; friend class DOMParserProtoFunc; };