summaryrefslogtreecommitdiffstats
path: root/amarok/src/amarokcore/amarokdcopiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/amarokcore/amarokdcopiface.h')
-rw-r--r--amarok/src/amarokcore/amarokdcopiface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/amarokcore/amarokdcopiface.h b/amarok/src/amarokcore/amarokdcopiface.h
index 1ce3849b..32b330a7 100644
--- a/amarok/src/amarokcore/amarokdcopiface.h
+++ b/amarok/src/amarokcore/amarokdcopiface.h
@@ -36,13 +36,13 @@ class AmarokPlayerInterface : virtual public DCOPObject
k_dcop:
virtual TQString version() = 0; ///< returns amarok version string
- virtual bool dynamicModetqStatus() = 0; ///< Return dynamic mode status.
+ virtual bool dynamicModeStatus() = 0; ///< Return dynamic mode status.
virtual bool equalizerEnabled() = 0; ///< Return the equalizer status.
virtual bool osdEnabled() = 0; ///< Return the OSD display status.
virtual bool isPlaying() = 0; ///< Return true if something is playing now.
- virtual bool randomModetqStatus() = 0; ///< Return random mode status.
- virtual bool repeatPlaylisttqStatus() = 0; ///< Return repeat playlist status.
- virtual bool repeatTracktqStatus() = 0; ///< Return repeat track status.
+ virtual bool randomModeStatus() = 0; ///< Return random mode status.
+ virtual bool repeatPlaylistStatus() = 0; ///< Return repeat playlist status.
+ virtual bool repeatTrackStatus() = 0; ///< Return repeat track status.
virtual int getVolume() = 0; ///< Return volume in range 0-100%.
virtual int sampleRate() = 0; ///< Return the sample rate of the currently playing track.
virtual float score() = 0; ///< Return the score of the currently playing track.