1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

First batch of CamelCasing

This commit is contained in:
Jeff Mitchell
2012-04-21 17:41:43 -04:00
parent e4d6b1785c
commit 11895fc198
141 changed files with 187 additions and 189 deletions

View File

@@ -19,7 +19,7 @@
#ifndef MACSHORTCUTHANDLER_H
#define MACSHORTCUTHANDLER_H
#include "shortcuthandler.h"
#include "ShortcutHandler.h"
#include <QObject>

View File

@@ -21,7 +21,7 @@
#include "macdelegate.h"
#include "macshortcuthandler.h"
#include "config.h"
#include "tomahawkwindow.h"
#include "TomahawkWindow.h"
#include "audio/audioengine.h"
#import <AppKit/NSApplication.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() )
{