summaryrefslogtreecommitdiffstats
path: root/juk/gstreamerplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/gstreamerplayer.h')
-rw-r--r--juk/gstreamerplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/gstreamerplayer.h b/juk/gstreamerplayer.h
index 1d15562b..6cc8ebfd 100644
--- a/juk/gstreamerplayer.h
+++ b/juk/gstreamerplayer.h
@@ -21,7 +21,7 @@
#if HAVE_GSTREAMER
#include <gst/gst.h>
-#include <qstring.h>
+#include <tqstring.h>
#include "player.h"
class GStreamerPlayer : public Player
@@ -59,7 +59,7 @@ private:
void readConfig();
long long time(GstQueryType type) const;
- QString m_sinkName;
+ TQString m_sinkName;
GstElement *m_pipeline;
GstElement *m_source;
GstElement *m_decoder;