From b1057f437bf65300831a0ccb45b920787c6b318d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 11 Jun 2011 06:00:15 +0000 Subject: TQt4 port kdemultimedia This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcddb/cdinfodialogbase.ui | 84 ++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'libkcddb/cdinfodialogbase.ui') diff --git a/libkcddb/cdinfodialogbase.ui b/libkcddb/cdinfodialogbase.ui index 76ee8141..dcebf8fb 100644 --- a/libkcddb/cdinfodialogbase.ui +++ b/libkcddb/cdinfodialogbase.ui @@ -1,10 +1,10 @@ CDInfoDialogBase - + CDInfoDialogBase - + 0 0 @@ -16,15 +16,15 @@ unnamed - + - layout1 + tqlayout1 unnamed - + lb_revision @@ -40,7 +40,7 @@ Use the name of the artist if there is no title. - + lb_category @@ -51,7 +51,7 @@ m_category - + m_id @@ -67,7 +67,7 @@ Write names as "first last", not "last, first". Omit any leading "The". Use "Various" for compilations. - + lb_artist @@ -78,7 +78,7 @@ m_artist - + lb_year @@ -89,7 +89,7 @@ m_year - + lb_genre @@ -122,7 +122,7 @@ 0 - + m_multiple @@ -138,7 +138,7 @@ - + lb_comment @@ -149,7 +149,7 @@ le_discInfo - + lb_title @@ -174,7 +174,7 @@ Avoid custom values, as they will be written to CDDB as-is. - + lb_id @@ -182,7 +182,7 @@ Disc Id: - + lb_length @@ -190,12 +190,12 @@ Length: - + m_revision - + m_length @@ -274,9 +274,9 @@ For a CD-Extra, set title to "Data". - + - layout2 + tqlayout2 @@ -292,14 +292,14 @@ Expanding - + 231 41 - + m_changeEncoding @@ -309,7 +309,7 @@ - + lb_playingOrder @@ -329,27 +329,27 @@ m_trackList - selectionChanged(QListViewItem*) + selectionChanged(TQListViewItem*) CDInfoDialogBase - slotTrackSelected(QListViewItem*) + slotTrackSelected(TQListViewItem*) m_trackList - doubleClicked(QListViewItem*,const QPoint&,int) + doubleClicked(TQListViewItem*,const TQPoint&,int) CDInfoDialogBase - slotTrackDoubleClicked(QListViewItem*,const QPoint&,int) + slotTrackDoubleClicked(TQListViewItem*,const TQPoint&,int) m_artist - textChanged(const QString&) + textChanged(const TQString&) CDInfoDialogBase - artistChanged(const QString&) + artistChanged(const TQString&) m_genre - textChanged(const QString&) + textChanged(const TQString&) CDInfoDialogBase - genreChanged(const QString&) + genreChanged(const TQString&) m_multiple @@ -376,7 +376,7 @@ kdialog.h - qdatetime.h + tqdatetime.h libkcddb/cdinfo.h libkcddb/cddb.h libkcddb/categories.h @@ -397,29 +397,29 @@ static const unsigned TRACK_TITLE = 2; static const unsigned TRACK_COMMENT = 3; - + play(int i) discInfoClicked() trackInfoClicked(unsigned) - - - slotTrackSelected( QListViewItem * item ) + + + slotTrackSelected( TQListViewItem * item ) slotNextTrack() - slotTrackDoubleClicked( QListViewItem * item, const QPoint &, int column ) + slotTrackDoubleClicked( TQListViewItem * item, const TQPoint &, int column ) setInfo( const KCDDB::CDInfo & info, KCDDB::TrackOffsetList & trackStartFrames ) - artistChanged( const QString & newArtist ) - genreChanged( const QString & newGenre ) + artistChanged( const TQString & newArtist ) + genreChanged( const TQString & newGenre ) slotMultipleArtists( bool hasMultipleArtist ) slotChangeEncoding() - + init() destroy() - framesTime( unsigned frames ) + framesTime( unsigned frames ) info() const - - + + klineedit.h kcombobox.h -- cgit v1.2.1