From b501e07b21208154fb277b224f8e37a14957600e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 21 Jun 2013 18:45:19 +0200 Subject: [PATCH] Fix typo: ScopedCPointer instead of QScopedPointer BUG: 321470 --- effects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects.cpp b/effects.cpp index b5f87402ce..1ad2975abd 100644 --- a/effects.cpp +++ b/effects.cpp @@ -804,7 +804,7 @@ xcb_atom_t EffectsHandlerImpl::announceSupportProperty(const QByteArray &propert return m_managedProperties.value(propertyName); } // get the atom for the propertyName - QScopedPointer atomReply(xcb_intern_atom_reply(connection(), + ScopedCPointer atomReply(xcb_intern_atom_reply(connection(), xcb_intern_atom_unchecked(connection(), false, propertyName.size(), propertyName.constData()), NULL)); if (atomReply.isNull()) {