diff --git a/global.cpp b/qaglobalutils.cpp similarity index 100% rename from global.cpp rename to qaglobalutils.cpp diff --git a/global.h b/qaglobalutils.h similarity index 99% rename from global.h rename to qaglobalutils.h index 85697d5..07955e5 100644 --- a/global.h +++ b/qaglobalutils.h @@ -5,8 +5,8 @@ * of this license document, but changing it is not allowed. */ -#ifndef GLOBAL_H -#define GLOBAL_H +#ifndef QU_GLOBAL_UTILS_H +#define QU_GLOBAL_UTILS_H #include #include diff --git a/quasarapp.h b/quasarapp.h index 8082590..40fc942 100644 --- a/quasarapp.h +++ b/quasarapp.h @@ -11,7 +11,6 @@ #include "params.h" #include "locales.h" #include "settings.h" -#include "global.h" /** * @brief The QuasaraAppUtils class