1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

Fix oopsies leftover from the playlist model rename

This commit is contained in:
Casey Link 2011-08-29 23:55:37 +00:00
parent a25d174f64
commit 320e5a3252
2 changed files with 1 additions and 5 deletions

View File

@ -368,13 +368,9 @@ set( libHeaders
widgets/SeekSlider.h
widgets/playlisttypeselectordlg.h
widgets/welcomewidget.h
<<<<<<< HEAD
widgets/whatshotwidget.h
widgets/welcomeplaylistmodel.h
=======
widgets/RecentlyPlayedPlaylistsModel.h
widgets/RecentPlaylistsModel.h
>>>>>>> master
widgets/overlaywidget.h
widgets/HeaderLabel.h
widgets/HeaderWidget.h

View File

@ -24,7 +24,7 @@
#include "viewmanager.h"
#include "sourcelist.h"
#include "tomahawksettings.h"
#include "welcomeplaylistmodel.h"
#include "RecentPlaylistsModel.h"
#include "audio/audioengine.h"
#include "playlist/playlistmodel.h"