23 #ifndef __KAUDIOPLAYER_H__ 24 #define __KAUDIOPLAYER_H__ 27 #include "tdelibs_export.h" 29 class KAudioPlayerPrivate;
67 TQObject* parent = 0,
const char* name = 0 );
80 static void play(
const TQString &filename);
90 KAudioPlayerPrivate *d;
93 #endif // __KAUDIOPLAYER_H__ This class provides one-shot-and-forget audio playing.