From 3c299dfe48c0060272c2966fff599b3b417e2ee4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:33:07 -0600 Subject: Rename old tq methods that no longer need a unique name --- kscd/kscd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kscd/kscd.h') diff --git a/kscd/kscd.h b/kscd/kscd.h index a6c192bd..9a4e1044 100644 --- a/kscd/kscd.h +++ b/kscd/kscd.h @@ -102,7 +102,7 @@ k_dcop: int currentTrack(); int currentTrackLength(); int currentPosition(); - int gettqStatus(); + int getStatus(); TQString currentTrackTitle(); TQString currentAlbum(); TQString currentArtist(); @@ -175,7 +175,7 @@ protected: void calculateDisplayedTime(); void calculateDisplayedTime(int sec); void setSongListTo(int whichTrack); - void populateSongList(TQString infotqStatus); + void populateSongList(TQString infoStatus); void updatePlayPB(bool playing); void updateConfigDialog(configWidget* widget); -- cgit v1.2.1