summaryrefslogtreecommitdiffstats
path: root/amarok/src/playlistbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/playlistbrowser.h')
-rw-r--r--amarok/src/playlistbrowser.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/amarok/src/playlistbrowser.h b/amarok/src/playlistbrowser.h
index aac06bab..6e87f659 100644
--- a/amarok/src/playlistbrowser.h
+++ b/amarok/src/playlistbrowser.h
@@ -65,15 +65,15 @@ class PlaylistBrowser : public TQVBox
void setInfo( const TQString &title, const TQString &info );
- void addStream( TQListViewItem *tqparent = 0 );
- void addSmartPlaylist( TQListViewItem *tqparent = 0 );
- void addDynamic( TQListViewItem *tqparent = 0 );
- void addPlaylist( const TQString &path, TQListViewItem *tqparent = 0, bool force=false, bool imported=false );
- PlaylistEntry *findPlaylistEntry( const TQString &url, TQListViewItem *tqparent=0 ) const;
+ void addStream( TQListViewItem *parent = 0 );
+ void addSmartPlaylist( TQListViewItem *parent = 0 );
+ void addDynamic( TQListViewItem *parent = 0 );
+ void addPlaylist( const TQString &path, TQListViewItem *parent = 0, bool force=false, bool imported=false );
+ PlaylistEntry *findPlaylistEntry( const TQString &url, TQListViewItem *parent=0 ) const;
int loadPlaylist( const TQString &playlist, bool force=false );
- void addPodcast( TQListViewItem *tqparent = 0 );
- void addPodcast( const KURL &url, TQListViewItem *tqparent = 0 );
+ void addPodcast( TQListViewItem *parent = 0 );
+ void addPodcast( const KURL &url, TQListViewItem *parent = 0 );
void loadPodcastsFromDatabase( PlaylistCategory *p = 0 );
void registerPodcastSettings( const TQString &title, const PodcastSettings *settings );
@@ -113,7 +113,7 @@ class PlaylistBrowser : public TQVBox
void selectionChanged();
public slots:
- void openPlaylist( TQListViewItem *tqparent = 0 );
+ void openPlaylist( TQListViewItem *parent = 0 );
void scanPodcasts();
private slots:
@@ -146,8 +146,8 @@ class PlaylistBrowser : public TQVBox
void saveStreams();
void loadLastfmStreams( const bool subscriber = false );
- void addLastFmRadio( TQListViewItem *tqparent );
- void addLastFmCustomRadio( TQListViewItem *tqparent );
+ void addLastFmRadio( TQListViewItem *parent );
+ void addLastFmCustomRadio( TQListViewItem *parent );
void saveLastFm();
PlaylistCategory* loadSmartPlaylists();
@@ -164,7 +164,7 @@ class PlaylistBrowser : public TQVBox
PlaylistCategory* loadPodcasts();
TQMap<int,PlaylistCategory*> loadPodcastFolders( PlaylistCategory *p );
void changePodcastInterval();
- void configurePodcasts( TQListViewItem *tqparent );
+ void configurePodcasts( TQListViewItem *parent );
void configurePodcasts( TQPtrList<PodcastChannel> &podcastChannelList, const TQString &caption );
void configureSelectedPodcasts();
bool deleteSelectedPodcastItems( const bool removeItem=false, const bool silent=false );
@@ -173,7 +173,7 @@ class PlaylistBrowser : public TQVBox
void refreshPodcasts( TQListViewItem *category );
void removePodcastFolder( PlaylistCategory *item );
void savePodcastFolderStates( PlaylistCategory *folder );
- PodcastChannel *findPodcastChannel( const KURL &feed, TQListViewItem *tqparent=0 ) const;
+ PodcastChannel *findPodcastChannel( const KURL &feed, TQListViewItem *parent=0 ) const;
void markDynamicEntries();
PlaylistBrowserEntry* findByName( TQString name );
@@ -181,7 +181,7 @@ class PlaylistBrowser : public TQVBox
PlaylistCategory* loadPlaylists();
void savePlaylists();
void savePlaylist( PlaylistEntry * );
- bool createPlaylist( TQListViewItem *tqparent = 0, bool current = true, TQString title = 0 );
+ bool createPlaylist( TQListViewItem *parent = 0, bool current = true, TQString title = 0 );
bool deletePlaylists( TQPtrList<PlaylistEntry> items );
bool deletePlaylists( KURL::List items );
@@ -246,7 +246,7 @@ class PlaylistBrowserView : public KListView
friend class PlaylistEntry;
public:
- PlaylistBrowserView( TQWidget *tqparent, const char *name=0 );
+ PlaylistBrowserView( TQWidget *parent, const char *name=0 );
~PlaylistBrowserView();
void rename( TQListViewItem *item, int c );
@@ -396,7 +396,7 @@ class InfoPane : public TQVBox
TQ_OBJECT
public:
- InfoPane( TQWidget *tqparent );
+ InfoPane( TQWidget *parent );
~InfoPane();
int getHeight();
void setStoredHeight( const int newHeight );