1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

CamelCase Round 4: Let there be light! (Less than 100 left)

This commit is contained in:
Jeff Mitchell
2012-04-21 19:32:33 -04:00
parent b52e0d8470
commit 78d7a376bc
406 changed files with 731 additions and 731 deletions

View File

@@ -20,7 +20,7 @@
#include <IOKit/hidsystem/ev_keymap.h>
#include "utils/logger.h"
#include "utils/Logger.h"
using namespace Tomahawk;

View File

@@ -22,7 +22,7 @@
#include "macshortcuthandler.h"
#include "config.h"
#include "TomahawkWindow.h"
#include "audio/audioengine.h"
#include "audio/AudioEngine.h"
#import <AppKit/NSApplication.h>
#import <Foundation/NSAutoreleasePool.h>
@@ -264,7 +264,7 @@ void Tomahawk::enableFullscreen()
QSysInfo::MacintoshVersion != QSysInfo::MV_LEOPARD )
{
qDebug() << "Enabling Lion Full-screeen";
// Can't include TomahawkApp.h in a .mm file, pulls in infosystem.h which uses
// Can't include TomahawkApp.h in a .mm file, pulls in InfoSystem.h which uses
// the objc keyword 'id'
foreach( QWidget* w, QApplication::topLevelWidgets() )
{