summaryrefslogtreecommitdiffstats
path: root/amarok/src/moodbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/moodbar.h')
-rw-r--r--amarok/src/moodbar.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/amarok/src/moodbar.h b/amarok/src/moodbar.h
index e456a0c0..4ae13cfb 100644
--- a/amarok/src/moodbar.h
+++ b/amarok/src/moodbar.h
@@ -36,9 +36,10 @@
class MetaBundle;
-class Moodbar : public QObject
+class Moodbar : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
typedef TQValueVector<TQColor> ColorList;
@@ -95,7 +96,7 @@ signals:
private:
// Undefined! We can't construct unless we know what
- // *our* parent bundle is.
+ // *our* tqparent bundle is.
Moodbar( const Moodbar& );
bool readFile( void );
@@ -113,9 +114,10 @@ private:
class KProcess;
// For internal use only (well, mostly)
-class MoodServer : public QObject
+class MoodServer : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
static MoodServer *instance( void );
@@ -164,7 +166,7 @@ private:
NoPlugin = 1,
NoFile = 2,
CommandLine = 3
- } ReturnStatus;
+ } ReturntqStatus;
MoodServer( void );
void setMoodbarBroken( void );