Youtube video and text (draft).
[speedfreak] / Client / welcomedialog.cpp
index eea387b..f2b3c7e 100644 (file)
@@ -2,6 +2,7 @@
  * Welcome dialog
  *
  * @author     Toni Jussila <toni.jussila@fudeco.com>
+ * @author     Rikhard Kuutti <rikhard.kuutti@fudeco.com>
  * @copyright  (c) 2010 Speed Freak team
  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  */
@@ -18,7 +19,7 @@ WelcomeDialog::WelcomeDialog(QWidget *parent) :
 {
     ui->setupUi(this);
     this->setWindowTitle(" ");
-    movie = new QMovie("start.gif");
+    movie = new QMovie("Graphics/start.gif");
     ui->labelWelcome->setMovie(movie);
     movie->start();
     connect(movie,SIGNAL(frameChanged(int)),this,SLOT(stop(int)));