summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qsound.h')
-rw-r--r--src/gui/kernel/qsound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qsound.h b/src/gui/kernel/qsound.h
index eeef047..22cfdde 100644
--- a/src/gui/kernel/qsound.h
+++ b/src/gui/kernel/qsound.h
@@ -82,7 +82,7 @@ public:
static inline QT3_SUPPORT bool available() { return isAvailable(); }
#endif
private:
- Q_DECLARE_SCOPED_PRIVATE(QSound)
+ Q_DECLARE_PRIVATE(QSound)
friend class QAuServer;
};