~ubuntu-branches/ubuntu/intrepid/kdemultimedia/intrepid-updates

« back to all changes in this revision

Viewing changes to libkcompactdisc/wmlib/audio/audio_phonon.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-07-12 13:07:42 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080712130742-rpptq2hakyn2y0zj
Tags: 4:4.0.98-0ubuntu1
* New upstream release candidate
* Bump Standards-Version to 3.8.0
* -dbg depends kdemultimedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    Boston, MA 02110-1301, USA.
19
19
*/
20
20
 
 
21
#include "audio_phonon.h"
21
22
#include "audio.h"
22
 
#include "audio_phonon.h"
23
23
 
24
24
#include <QByteArray>
25
25
#include <QDataStream>
173
173
    DEBUGLOG("phonon_open\n");
174
174
 
175
175
    if(PhononObject) {
176
 
        ERRORLOG("Allready initialized!\n");
 
176
        ERRORLOG("Already initialized!\n");
177
177
        return -1;
178
178
    }
179
179