aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/textscroller.cpp')
-rw-r--r--src/ui/textscroller.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp
index fe92a25f0..26330acd8 100644
--- a/src/ui/textscroller.cpp
+++ b/src/ui/textscroller.cpp
@@ -28,7 +28,6 @@
#include "skin.h"
#include "textscroller.h"
-#include "version.h"
#define SCROLL_SEP "*** "
@@ -49,7 +48,7 @@ TextScroller::TextScroller ( QWidget *parent )
resize(150,15);
x = 0;
m_progress = -1;
- m_text = "Qt-based Multimedia Player (Qmmp " + QString(QMMP_STR_VERSION) + ")";
+ m_text = "Qt-based Multimedia Player (Qmmp " + Qmmp::strVersion() + ")";
m_update = FALSE;
readSettings();
m_timer = new QTimer ( this );