From 54c9b1a80c04a5ecc685dc29e27a27de81d8cc1b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 3 May 2011 22:51:17 +0200 Subject: even less QT3_SUPPORT the new libQtGui should now be free of any Qt3 related methods. --- src/gui/kernel/qsound.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gui/kernel/qsound.h') 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; -- cgit v1.2.3