diff options
Diffstat (limited to 'juk/playlistsplitter.h')
-rw-r--r-- | juk/playlistsplitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlistsplitter.h b/juk/playlistsplitter.h index 4865fa22..b0ed1a75 100644 --- a/juk/playlistsplitter.h +++ b/juk/playlistsplitter.h @@ -44,7 +44,7 @@ class PlaylistSplitter : public TQSplitter TQ_OBJECT public: - PlaylistSplitter(TQWidget *tqparent, const char *name = 0); + PlaylistSplitter(TQWidget *parent, const char *name = 0); virtual ~PlaylistSplitter(); PlaylistInterface *playlist() const { return m_playlistBox; } |