summaryrefslogtreecommitdiffstats
path: root/juk/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/player.h')
-rw-r--r--juk/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/player.h b/juk/player.h
index a3bd471a..600e3db6 100644
--- a/juk/player.h
+++ b/juk/player.h
@@ -16,7 +16,7 @@
#ifndef PLAYER_H
#define PLAYER_H
-#include <qobject.h>
+#include <tqobject.h>
#include "filehandle.h"
@@ -43,7 +43,7 @@ public:
virtual void seekPosition(int position) = 0;
protected:
- Player() : QObject() {}
+ Player() : TQObject() {}
};