summaryrefslogtreecommitdiffstats
path: root/amarok/src/amarokcore/crashhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/amarokcore/crashhandler.cpp')
-rw-r--r--amarok/src/amarokcore/crashhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/amarokcore/crashhandler.cpp b/amarok/src/amarokcore/crashhandler.cpp
index 536faceb..b3849241 100644
--- a/amarok/src/amarokcore/crashhandler.cpp
+++ b/amarok/src/amarokcore/crashhandler.cpp
@@ -21,7 +21,7 @@
#include <tqfile.h>
#include <tqregexp.h>
#include <tqtextstream.h>
-#include <tqglobal.h> //qVersion()
+#include <tqglobal.h> //tqVersion()
#include <cstdio> //popen, fread
#include <iostream>
@@ -121,7 +121,7 @@ namespace Amarok
body = body.arg( AmarokConfig::soundSystem() )
- .arg( qVersion() )
+ .arg( tqVersion() )
.arg( TAGLIB_MAJOR_VERSION )
.arg( TAGLIB_MINOR_VERSION )
.arg( TAGLIB_PATCH_VERSION )