Commit b42755d7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: includes barrier fix.

parent a8e4b30b
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _ACTIONS_MANAGER_H_ #ifndef QVLC_ACTIONS_MANAGER_H_
#define _ACTIONS_MANAGER_H_ #define QVLC_ACTIONS_MANAGER_H_ 1
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
*****************************************************************************/ *****************************************************************************/
#ifndef _BOOKMARKS_H_ #ifndef QVLC_BOOKMARKS_H_
#define _BOOKMARKS_H #define QVLC_BOOKMARKS_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
#include <QStandardItemModel> #include <QStandardItemModel>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _CONVERT_DIALOG_H_ #ifndef QVLC_CONVERT_DIALOG_H_
#define _CONVERT_DIALOG_H_ #define QVLC_CONVERT_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _ERRORS_DIALOG_H_ #ifndef QVLC_ERRORS_DIALOG_H_
#define _ERRORS_DIALOG_H_ #define QVLC_ERRORS_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _EXTENDED_DIALOG_H_ #ifndef QVLC_EXTENDED_DIALOG_H_
#define _EXTENDED_DIALOG_H_ #define QVLC_EXTENDED_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef VLC_QT4_DIALOGS_EXTERNAL_H_ #ifndef QVLC_DIALOGS_EXTERNAL_H_
# define VLC_QT4_DIALOGS_EXTERNAL_H 1 #define QVLC_DIALOGS_EXTERNAL_H_ 1
#include <QObject> #include <QObject>
#include <vlc_common.h> #include <vlc_common.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _GOTOTIME_DIALOG_H_ #ifndef QVLC_GOTOTIME_DIALOG_H_
#define _GOTOTIME_DIALOG_H_ #define QVLC_GOTOTIME_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _HELP_DIALOG_H_ #ifndef QVLC_HELP_DIALOG_H_
#define _HELP_DIALOG_H_ #define QVLC_HELP_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
******************************************************************************/ ******************************************************************************/
#ifndef _MEDIAINFO_DIALOG_H_ #ifndef QVLC_MEDIAINFO_DIALOG_H_
#define _MEDIAINFO_DIALOG_H_ #define QVLC_MEDIAINFO_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
#include "components/info_panels.hpp" #include "components/info_panels.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _MESSAGES_DIALOG_H_ #ifndef QVLC_MESSAGES_DIALOG_H_
#define _MESSAGES_DIALOG_H_ #define QVLC_MESSAGES_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
******************************************************************************/ ******************************************************************************/
#ifndef _OPEN_DIALOG_H_ #ifndef QVLC_OPEN_DIALOG_H_
#define _OPEN_DIALOG_H_ #define QVLC_OPEN_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
******************************************************************************/ ******************************************************************************/
#ifndef _OPEN_URL_H #ifndef QVLC_OPEN_URL_H_
#define _OPEN_URL_H_ #define QVLC_OPEN_URL_H_ 1
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _PLAYLIST_DIALOG_H_ #ifndef QVLC_PLAYLIST_DIALOG_H_
#define _PLAYLIST_DIALOG_H_ #define QVLC_PLAYLIST_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
#include "../components/playlist/playlist.hpp" #include "../components/playlist/playlist.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _PLUGIN_DIALOG_H_ #ifndef QVLC_PLUGIN_DIALOG_H_
#define _PLUGIN_DIALOG_H_ #define QVLC_PLUGIN_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _PODCAST_CONFIGURATION_DIALOG_H_ #ifndef QVLC_PODCAST_CONFIGURATION_DIALOG_H_
#define _PODCAST_CONFIGURATION_DIALOG_H_ #define QVLC_PODCAST_CONFIGURATION_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
#include "ui/podcast_configuration.h" #include "ui/podcast_configuration.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _PREFS_DIALOG_H_ #ifndef QVLC_PREFS_DIALOG_H_
#define _PREFS_DIALOG_H_ #define QVLC_PREFS_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
#include "components/simple_preferences.hpp" #include "components/simple_preferences.hpp"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _SOUT_DIALOG_H_ #ifndef QVLC_SOUT_DIALOG_H_
#define _SOUT_DIALOG_H_ #define QVLC_SOUT_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _TOOLBAREDIT_DIALOG_H_ #ifndef QVLC_TOOLBAREDIT_DIALOG_H_
#define _TOOLBAREDIT_DIALOG_H_ #define QVLC_TOOLBAREDIT_DIALOG_H_ 1
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
#include "components/controller.hpp" #include "components/controller.hpp"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLM_DIALOG_H_ #ifndef QVLC_VLM_DIALOG_H_
#define _VLM_DIALOG_H_ #define QVLC_VLM_DIALOG_H_ 1
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _INPUT_MANAGER_H_ #ifndef QVLC_INPUT_MANAGER_H_
#define _INPUT_MANAGER_H_ #define QVLC_INPUT_MANAGER_H_
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _MAIN_INTERFACE_H_ #ifndef QVLC_MAIN_INTERFACE_H_
#define _MAIN_INTERFACE_H_ #define QVLC_MAIN_INTERFACE_H_
#include "qt4.hpp" #include "qt4.hpp"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _MENUS_H_ #ifndef QVLC_MENUS_H_
#define _MENUS_H_ #define QVLC_MENUS_H_
#include "qt4.hpp" #include "qt4.hpp"
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _QVLC_H_ #ifndef QVLC_H_
#define _QVLC_H_ #define QVLC_H_
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _RECENTS_H_ #ifndef QVLC_RECENTS_H_
#define _RECENTS_H_ #define QVLC_RECENTS_H_
#include "qt4.hpp" #include "qt4.hpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment