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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/kernel/qsound.h b/src/gui/kernel/qsound.h
index 70957762b2..a0d058011a 100644
--- a/src/gui/kernel/qsound.h
+++ b/src/gui/kernel/qsound.h
@@ -76,11 +76,6 @@ public Q_SLOTS:
void play();
void stop();
-public:
-#ifdef QT3_SUPPORT
- QT3_SUPPORT_CONSTRUCTOR QSound(const QString& filename, QObject* parent, const char* name);
- static inline QT3_SUPPORT bool available() { return isAvailable(); }
-#endif
private:
Q_DECLARE_PRIVATE(QSound)
friend class QAuServer;