Blob Blame History Raw
--- src/soundmodule.cpp
+++ src/soundmodule.cpp
@@ -70,7 +70,7 @@
 /** No descriptions */
 void SoundModule::loadfile(QString file){
   stop();
-  QTimerEvent * e; // e(QEvent::Timer) ;
+  QTimerEvent * e = NULL; // e(QEvent::Timer) ;
   KURL pathfile(path_sound + file );
 
   if ( musicEngine->load(pathfile) )