QTfrontend/SDLs.h
changeset 2948 3f21a9dc93d0
parent 2515 51d3f4b6293a
child 3236 4ab3917d7d44
--- 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();    
 };