From kde-commits Sat Feb 20 02:27:07 2010 From: Harald Fernengel Date: Sat, 20 Feb 2010 02:27:07 +0000 To: kde-commits Subject: [Phonon] c830335: Squashed commit of the topic/exceptions branch. Message-Id: <201002200227.o1K2R7Ev028831 () kore ! kollide ! net> X-MARC-Message: https://marc.info/?l=kde-commits&m=126663305013362 commit c83033579c069890d1af5b7790ee96e50fc43c43 Author: Harald Fernengel Date: Mon Aug 3 15:12:46 2009 +0200 Squashed commit of the topic/exceptions branch. Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;) diff --git a/phonon/abstractmediastream.h b/phonon/abstractmediastream.h index 87fa140..9f91ec9 100644 --- a/phonon/abstractmediastream.h +++ b/phonon/abstractmediastream.h @@ -103,7 +103,7 @@ class AbstractMediaStreamPrivate; class PHONON_EXPORT AbstractMediaStream : public QObject { Q_OBJECT - Q_DECLARE_PRIVATE(AbstractMediaStream) + Q_DECLARE_SCOPED_PRIVATE(AbstractMediaStream) friend class MediaObject; friend class MediaObjectPrivate; friend class StreamInterface; diff --git a/phonon/iodevicestream_p.h b/phonon/iodevicestream_p.h index cca77e3..d9ec460 100644 --- a/phonon/iodevicestream_p.h +++ b/phonon/iodevicestream_p.h @@ -39,7 +39,7 @@ class IODeviceStreamPrivate; class IODeviceStream : public AbstractMediaStream { Q_OBJECT - Q_DECLARE_PRIVATE(IODeviceStream) + Q_DECLARE_SCOPED_PRIVATE(IODeviceStream) public: explicit IODeviceStream(QIODevice *ioDevice, QObject *parent = 0); ~IODeviceStream();