summaryrefslogtreecommitdiffstats
path: root/src/modules/mediaplayer/mp_mp3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/mediaplayer/mp_mp3.h')
-rw-r--r--src/modules/mediaplayer/mp_mp3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/mediaplayer/mp_mp3.h b/src/modules/mediaplayer/mp_mp3.h
index d42c5ef7..51e544f4 100644
--- a/src/modules/mediaplayer/mp_mp3.h
+++ b/src/modules/mediaplayer/mp_mp3.h
@@ -51,7 +51,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <qstring.h>
+#include <tqstring.h>
#ifdef COMPILE_ON_WINDOWS
#include <windows.h>
@@ -92,7 +92,7 @@ typedef struct {
} id3tag;
typedef struct {
- QString filename;
+ TQString filename;
FILE *file;
unsigned int datasize;
int header_isvalid;
@@ -112,7 +112,7 @@ typedef struct {
// 10 - Dual channel (2 mono channels)
// 11 - Single channel (Mono)
-bool scan_mp3_file(QString& szFileName,mp3info * i);
+bool scan_mp3_file(TQString& szFileName,mp3info * i);
void resetmp3infoStruct(mp3info *i);