1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-05 01:52:28 +02:00

CamelCase Round 2...FIGHT

This commit is contained in:
Jeff Mitchell
2012-04-21 18:46:11 -04:00
parent 0aea363abf
commit e3bdfda2ee
476 changed files with 1097 additions and 1097 deletions

View File

@@ -35,13 +35,13 @@
#include <QTimer>
#include <QToolBar>
#include "playlist.h"
#include "query.h"
#include "artist.h"
#include "viewmanager.h"
#include "Playlist.h"
#include "Query.h"
#include "Artist.h"
#include "ViewManager.h"
#include "accounts/AccountManager.h"
#include "sourcetree/sourcetreeview.h"
#include "network/servent.h"
#include "network/Servent.h"
#include "utils/proxystyle.h"
#include "widgets/animatedsplitter.h"
#include "widgets/newplaylistwidget.h"
@@ -56,8 +56,8 @@
#include "AudioControls.h"
#include "SettingsDialog.h"
#include "DiagnosticsDialog.h"
#include "tomahawksettings.h"
#include "sourcelist.h"
#include "TomahawkSettings.h"
#include "SourceList.h"
#include "jobview/JobStatusView.h"
#include "jobview/JobStatusModel.h"
#include "jobview/ErrorStatusMessage.h"
@@ -72,7 +72,7 @@
#include "utils/logger.h"
#include "jobview/JobStatusModel.h"
#include "LoadXSPFDialog.h"
#include <actioncollection.h>
#include <ActionCollection.h>
using namespace Tomahawk;
using namespace Accounts;