-rw-r--r-- | library/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/sound.h b/library/sound.h index 9f35107..daef70f 100644 --- a/library/sound.h +++ b/library/sound.h | |||
@@ -22,8 +22,10 @@ | |||
22 | 22 | ||
23 | class QString; | 23 | class QString; |
24 | class SoundData; | 24 | class SoundData; |
25 | class QObject; | ||
25 | 26 | ||
26 | class Sound { | 27 | class Sound { |
28 | /*INTERNAL*/ friend void register_qpe_sound_finished( Sound*, QObject *obj, const char* slot); | ||
27 | public: | 29 | public: |
28 | Sound(const QString& name); | 30 | Sound(const QString& name); |
29 | ~Sound(); | 31 | ~Sound(); |