| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef CARLA_PLUGIN_THREAD_HPP | |||||
| #define CARLA_PLUGIN_THREAD_HPP | |||||
| #ifndef __CARLA_PLUGIN_THREAD_HPP__ | |||||
| #define __CARLA_PLUGIN_THREAD_HPP__ | |||||
| #include "carla_backend_utils.hpp" | #include "carla_backend_utils.hpp" | ||||
| @@ -57,4 +57,4 @@ private: | |||||
| CARLA_BACKEND_END_NAMESPACE | CARLA_BACKEND_END_NAMESPACE | ||||
| #endif // CARLA_PLUGIN_THREAD_HPP | |||||
| #endif // __CARLA_PLUGIN_THREAD_HPP__ | |||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef CARLA_BRIDGE_HPP | |||||
| #define CARLA_BRIDGE_HPP | |||||
| #ifndef __CARLA_BRIDGE_HPP__ | |||||
| #define __CARLA_BRIDGE_HPP__ | |||||
| #include "carla_defines.hpp" | #include "carla_defines.hpp" | ||||
| @@ -31,4 +31,4 @@ class CarlaBridgeToolkit; | |||||
| CARLA_BRIDGE_END_NAMESPACE | CARLA_BRIDGE_END_NAMESPACE | ||||
| #endif // CARLA_BRIDGE_HPP | |||||
| #endif // __CARLA_BRIDGE_HPP__ | |||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef CARLA_BRIDGE_OSC_HPP | |||||
| #define CARLA_BRIDGE_OSC_HPP | |||||
| #ifndef __CARLA_BRIDGE_OSC_HPP__ | |||||
| #define __CARLA_BRIDGE_OSC_HPP__ | |||||
| #include "carla_bridge.hpp" | #include "carla_bridge.hpp" | ||||
| #include "carla_osc_utils.hpp" | #include "carla_osc_utils.hpp" | ||||
| @@ -134,4 +134,4 @@ private: | |||||
| CARLA_BRIDGE_END_NAMESPACE | CARLA_BRIDGE_END_NAMESPACE | ||||
| #endif // CARLA_BRIDGE_OSC_HPP | |||||
| #endif // __CARLA_BRIDGE_OSC_HPP__ | |||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef CARLA_BRIDGE_TOOLKIT_HPP | |||||
| #define CARLA_BRIDGE_TOOLKIT_HPP | |||||
| #ifndef __CARLA_BRIDGE_TOOLKIT_HPP__ | |||||
| #define __CARLA_BRIDGE_TOOLKIT_HPP__ | |||||
| #include "carla_bridge.hpp" | #include "carla_bridge.hpp" | ||||
| @@ -60,4 +60,4 @@ protected: | |||||
| CARLA_BRIDGE_END_NAMESPACE | CARLA_BRIDGE_END_NAMESPACE | ||||
| #endif // CARLA_BRIDGE_TOOLKIT_HPP | |||||
| #endif // __CARLA_BRIDGE_TOOLKIT_HPP__ | |||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef DIGITALPEAKMETER_HPP | |||||
| #define DIGITALPEAKMETER_HPP | |||||
| #ifndef __DIGITALPEAKMETER_HPP__ | |||||
| #define __DIGITALPEAKMETER_HPP__ | |||||
| #include <QtCore/QTimer> | #include <QtCore/QTimer> | ||||
| #include <QtGui/QWidget> | #include <QtGui/QWidget> | ||||
| @@ -70,4 +70,4 @@ private: | |||||
| QTimer m_paintTimer; | QTimer m_paintTimer; | ||||
| }; | }; | ||||
| #endif // DIGITALPEAKMETER_HPP | |||||
| #endif // __DIGITALPEAKMETER_HPP__ | |||||
| @@ -4,17 +4,17 @@ | |||||
| # Digital Peak Meter, a custom Qt4 widget | # Digital Peak Meter, a custom Qt4 widget | ||||
| # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | ||||
| # | # | ||||
| # This program is free software; you can redistribute it and/or modify | |||||
| # it under the terms of the GNU General Public License as published by | |||||
| # the Free Software Foundation; either version 2 of the License, or | |||||
| # any later version. | |||||
| # This program is free software; you can redistribute it and/or | |||||
| # modify it under the terms of the GNU General Public License as | |||||
| # published by the Free Software Foundation; either version 2 of | |||||
| # the License, or any later version. | |||||
| # | # | ||||
| # This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||
| # | # | ||||
| # For a full copy of the GNU General Public License see the COPYING file | |||||
| # For a full copy of the GNU General Public License see the GPL.txt file | |||||
| # ------------------------------------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------------------------------------ | ||||
| # Imports (Global) | # Imports (Global) | ||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef LEDBUTTON_HPP | |||||
| #define LEDBUTTON_HPP | |||||
| #ifndef __LEDBUTTON_HPP__ | |||||
| #define __LEDBUTTON_HPP__ | |||||
| #include <QtGui/QPixmap> | #include <QtGui/QPixmap> | ||||
| #include <QtGui/QPushButton> | #include <QtGui/QPushButton> | ||||
| @@ -51,4 +51,4 @@ private: | |||||
| Color m_color; | Color m_color; | ||||
| }; | }; | ||||
| #endif // LEDBUTTON_HPP | |||||
| #endif // __LEDBUTTON_HPP__ | |||||
| @@ -4,17 +4,17 @@ | |||||
| # Pixmap Button, a custom Qt4 widget | # Pixmap Button, a custom Qt4 widget | ||||
| # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | ||||
| # | # | ||||
| # This program is free software; you can redistribute it and/or modify | |||||
| # it under the terms of the GNU General Public License as published by | |||||
| # the Free Software Foundation; either version 2 of the License, or | |||||
| # any later version. | |||||
| # This program is free software; you can redistribute it and/or | |||||
| # modify it under the terms of the GNU General Public License as | |||||
| # published by the Free Software Foundation; either version 2 of | |||||
| # the License, or any later version. | |||||
| # | # | ||||
| # This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||
| # | # | ||||
| # For a full copy of the GNU General Public License see the COPYING file | |||||
| # For a full copy of the GNU General Public License see the GPL.txt file | |||||
| # ------------------------------------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------------------------------------ | ||||
| # Imports (Global) | # Imports (Global) | ||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef PARAMPROGRESSBAR_H | |||||
| #define PARAMPROGRESSBAR_H | |||||
| #ifndef __PARAMPROGRESSBAR_HPP__ | |||||
| #define __PARAMPROGRESSBAR_HPP__ | |||||
| #include <QtGui/QProgressBar> | #include <QtGui/QProgressBar> | ||||
| @@ -61,4 +61,4 @@ private: | |||||
| TextCallback* m_textCall; | TextCallback* m_textCall; | ||||
| }; | }; | ||||
| #endif // #define PARAMPROGRESSBAR_H | |||||
| #endif // __PARAMPROGRESSBAR_HPP__ | |||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef PIXMAPDIAL_HPP | |||||
| #define PIXMAPDIAL_HPP | |||||
| #ifndef __PIXMAPDIAL_HPP__ | |||||
| #define __PIXMAPDIAL_HPP__ | |||||
| #include <QtGui/QDial> | #include <QtGui/QDial> | ||||
| #include <QtGui/QPixmap> | #include <QtGui/QPixmap> | ||||
| @@ -86,4 +86,4 @@ private: | |||||
| int p_width, p_height, p_size, p_count; | int p_width, p_height, p_size, p_count; | ||||
| }; | }; | ||||
| #endif // PIXMAPDIAL_HPP | |||||
| #endif // __PIXMAPDIAL_HPP__ | |||||
| @@ -4,17 +4,17 @@ | |||||
| # Pixmap Dial, a custom Qt4 widget | # Pixmap Dial, a custom Qt4 widget | ||||
| # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | ||||
| # | # | ||||
| # This program is free software; you can redistribute it and/or modify | |||||
| # it under the terms of the GNU General Public License as published by | |||||
| # the Free Software Foundation; either version 2 of the License, or | |||||
| # any later version. | |||||
| # This program is free software; you can redistribute it and/or | |||||
| # modify it under the terms of the GNU General Public License as | |||||
| # published by the Free Software Foundation; either version 2 of | |||||
| # the License, or any later version. | |||||
| # | # | ||||
| # This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||
| # | # | ||||
| # For a full copy of the GNU General Public License see the COPYING file | |||||
| # For a full copy of the GNU General Public License see the GPL.txt file | |||||
| # ------------------------------------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------------------------------------ | ||||
| # Imports (Global) | # Imports (Global) | ||||
| @@ -15,8 +15,8 @@ | |||||
| * For a full copy of the GNU General Public License see the GPL.txt file | * For a full copy of the GNU General Public License see the GPL.txt file | ||||
| */ | */ | ||||
| #ifndef PIXMAPKEYBOARD_HPP | |||||
| #define PIXMAPKEYBOARD_HPP | |||||
| #ifndef __PIXMAPKEYBOARD_HPP__ | |||||
| #define __PIXMAPKEYBOARD_HPP__ | |||||
| #include <QtGui/QPixmap> | #include <QtGui/QPixmap> | ||||
| #include <QtGui/QWidget> | #include <QtGui/QWidget> | ||||
| @@ -82,4 +82,4 @@ private: | |||||
| QRectF _getRectFromMidiNote(int note); | QRectF _getRectFromMidiNote(int note); | ||||
| }; | }; | ||||
| #endif // PIXMAPKEYBOARD_HPP | |||||
| #endif // __PIXMAPKEYBOARD_HPP__ | |||||
| @@ -4,17 +4,17 @@ | |||||
| # Pixmap Keyboard, a custom Qt4 widget | # Pixmap Keyboard, a custom Qt4 widget | ||||
| # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | # Copyright (C) 2011-2013 Filipe Coelho <falktx@falktx.com> | ||||
| # | # | ||||
| # This program is free software; you can redistribute it and/or modify | |||||
| # it under the terms of the GNU General Public License as published by | |||||
| # the Free Software Foundation; either version 2 of the License, or | |||||
| # any later version. | |||||
| # This program is free software; you can redistribute it and/or | |||||
| # modify it under the terms of the GNU General Public License as | |||||
| # published by the Free Software Foundation; either version 2 of | |||||
| # the License, or any later version. | |||||
| # | # | ||||
| # This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||
| # | # | ||||
| # For a full copy of the GNU General Public License see the COPYING file | |||||
| # For a full copy of the GNU General Public License see the GPL.txt file | |||||
| # ------------------------------------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------------------------------------ | ||||
| # Imports (Global) | # Imports (Global) | ||||