diff options
Diffstat (limited to 'juk/playlistsplitter.cpp')
-rw-r--r-- | juk/playlistsplitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/playlistsplitter.cpp b/juk/playlistsplitter.cpp index 5fa2b72b..caf2ce00 100644 --- a/juk/playlistsplitter.cpp +++ b/juk/playlistsplitter.cpp @@ -34,8 +34,8 @@ using namespace ActionCollection; // public methods //////////////////////////////////////////////////////////////////////////////// -PlaylistSplitter::PlaylistSplitter(TQWidget *tqparent, const char *name) : - TQSplitter(Qt::Horizontal, tqparent, name), +PlaylistSplitter::PlaylistSplitter(TQWidget *parent, const char *name) : + TQSplitter(Qt::Horizontal, parent, name), m_newVisible(0), m_playlistBox(0), m_searchWidget(0), |