refs #510 Remove underscores from all the source file names

This commit is contained in:
Michał Garapich
2015-11-22 12:53:09 +01:00
parent 1fc7300982
commit 1b06e15b61
216 changed files with 334 additions and 336 deletions

View File

@@ -9,7 +9,7 @@
#include "blackmisc/registermetadata.h"
#include "servicetool.h"
#include "blackcore/dbus_server.h"
#include "blackcore/dbusserver.h"
#include <QDBusMetaType>
#include <QtDBus/qdbusabstractinterface.h>
#include <QtDBus/qdbusconnection.h>

View File

@@ -10,7 +10,7 @@
#include "servicetool.h"
#include "testservice.h"
#include "testservice_interface.h"
#include "blackcore/dbus_server.h"
#include "blackcore/dbusserver.h"
#include <QTextStream>
#include <QString>

View File

@@ -12,7 +12,7 @@
#ifndef BLACKMISCTEST_SERVICETOOL_H
#define BLACKMISCTEST_SERVICETOOL_H
#include "blackcore/dbus_server.h"
#include "blackcore/dbusserver.h"
#include "blackmisc/aviation/atcstationlist.h"
#include "blackmisc/aviation/airportlist.h"
#include "blackmisc/network/clientlist.h"

View File

@@ -8,7 +8,7 @@
*/
#include "client.h"
#include "blackcore/network_vatlib.h"
#include "blackcore/networkvatlib.h"
#include <iostream>
#include <QStringList>

View File

@@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "blackcore/network_vatlib.h"
#include "blackcore/networkvatlib.h"
#include "blackmisc/loghandler.h"
#include "client.h"
#include "reader.h"