diff --git a/declarativeimports/locale/calendarsystem.h b/declarativeimports/locale/calendarsystem.h index 3f25f0f8a..7efca9120 100644 --- a/declarativeimports/locale/calendarsystem.h +++ b/declarativeimports/locale/calendarsystem.h @@ -22,7 +22,7 @@ #define CALENDARSYSTEM_H //own -#include "locale.h" // needed for enums +#include "locale_p.h" // needed for enums //Qt #include diff --git a/declarativeimports/locale/locale.cpp b/declarativeimports/locale/locale.cpp index 95eb7661e..f8490b5e8 100644 --- a/declarativeimports/locale/locale.cpp +++ b/declarativeimports/locale/locale.cpp @@ -19,7 +19,7 @@ */ //own -#include "locale.h" +#include "locale_p.h" //KDE #include diff --git a/declarativeimports/locale/locale.h b/declarativeimports/locale/locale_p.h similarity index 100% rename from declarativeimports/locale/locale.h rename to declarativeimports/locale/locale_p.h diff --git a/declarativeimports/locale/localebindingsplugin.cpp b/declarativeimports/locale/localebindingsplugin.cpp index bee644682..731fbfb06 100644 --- a/declarativeimports/locale/localebindingsplugin.cpp +++ b/declarativeimports/locale/localebindingsplugin.cpp @@ -20,7 +20,7 @@ #include "localebindingsplugin.h" #include -#include "locale.h" +#include "locale_p.h" #include "calendarsystem.h" void LocaleBindingsPlugin::registerTypes(const char *uri)