From 8423a99b3f4530263c4d16364e834ecf83fd9b3b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 5 Feb 2024 11:19:09 +0900 Subject: Replace Q_SIGNALS and Q_SLOTS Signed-off-by: Michele Calgaro --- libkcddb/cdinfodialogbase.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libkcddb/cdinfodialogbase.ui') diff --git a/libkcddb/cdinfodialogbase.ui b/libkcddb/cdinfodialogbase.ui index 65948217..3c6a386f 100644 --- a/libkcddb/cdinfodialogbase.ui +++ b/libkcddb/cdinfodialogbase.ui @@ -398,12 +398,12 @@ static const unsigned TRACK_TITLE = 2; static const unsigned TRACK_COMMENT = 3; - + play(int i) discInfoClicked() trackInfoClicked(unsigned) - - + + slotTrackSelected( TQListViewItem * item ) slotNextTrack() slotTrackDoubleClicked( TQListViewItem * item, const TQPoint &, int column ) @@ -412,7 +412,7 @@ genreChanged( const TQString & newGenre ) slotMultipleArtists( bool hasMultipleArtist ) slotChangeEncoding() - + init() destroy() -- cgit v1.2.1