diff -r 803b277e4894 -r 3f21a9dc93d0 QTfrontend/SDLs.h --- a/QTfrontend/SDLs.h Sat Mar 06 10:54:24 2010 +0000 +++ b/QTfrontend/SDLs.h Sat Mar 06 10:59:20 2010 +0000 @@ -28,20 +28,20 @@ class SDLInteraction : public QObject { - Q_OBJECT + Q_OBJECT private: - Mix_Music *music; - int musicInitialized; + Mix_Music *music; + int musicInitialized; public: - SDLInteraction(); - ~SDLInteraction(); - QStringList getResolutions() const; - void addGameControllerKeys() const; - void StartMusic(); - void StopMusic(); - void SDLMusicInit(); + SDLInteraction(); + ~SDLInteraction(); + QStringList getResolutions() const; + void addGameControllerKeys() const; + void StartMusic(); + void StopMusic(); + void SDLMusicInit(); };