#ifndef H_GROWLSOUND #define H_GROWLSOUND #include class GrowlSound { public: GrowlSound(); ~GrowlSound(); void PlaySound(const QString &); private: class Private; Private * d; }; #endif