generic: normalize include guards

This commit is contained in:
Ivailo Monev 2015-07-11 18:46:07 +03:00
parent 4397f517d3
commit 173a779c09
28 changed files with 61 additions and 61 deletions

View file

@ -27,8 +27,8 @@
// Desktop menus, paths
// (c) David Faure 2000
#ifndef __GLOBALPATHS_H
#define __GLOBALPATHS_H
#ifndef GLOBALPATHS_H
#define GLOBALPATHS_H
#include <kcmodule.h>
#include <kio/global.h>

View file

@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
#ifndef __BITMAPS_H
#define __BITMAPS_H
#ifndef BITMAPS_H
#define BITMAPS_H
static const char* const arrow_large_black_xpm[] = {

View file

@ -16,8 +16,8 @@
* Boston, MA 02110-1301, USA.
*/
#ifndef __THEMEPAGE_H
#define __THEMEPAGE_H
#ifndef THEMEPAGE_H
#define THEMEPAGE_H
class QTreeWidget;
class QTreeWidgetItem;
@ -48,6 +48,6 @@ class ThemePage : public QWidget
QString currentTheme, selectedTheme;
};
#endif // __THEMEPAGE_H
#endif // THEMEPAGE_H
// vim: set noet ts=4 sw=4:

View file

@ -20,8 +20,8 @@
*/
#ifndef _KNOTIFY_H
#define _KNOTIFY_H
#ifndef KNOTIFY_H
#define KNOTIFY_H
#include <kcmodule.h>

View file

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _KCM_SMARTCARD_H
#define _KCM_SMARTCARD_H
#ifndef KCM_SMARTCARD_H
#define KCM_SMARTCARD_H
#include <config-workspace.h>

View file

@ -19,8 +19,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _KSERVICELISTWIDGET_H
#define _KSERVICELISTWIDGET_H
#ifndef KSERVICELISTWIDGET_H
#define KSERVICELISTWIDGET_H
#include <QGroupBox>
#include <QListWidget>

View file

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _NEWTYPEDLG_H
#define _NEWTYPEDLG_H
#ifndef NEWTYPEDLG_H
#define NEWTYPEDLG_H
#include <kdialog.h>

View file

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _KGLOBALACCEL_QWS_H
#define _KGLOBALACCEL_QWS_H
#ifndef KGLOBALACCEL_QWS_H
#define KGLOBALACCEL_QWS_H
#include <QWidget>
@ -59,4 +59,4 @@ private:
GlobalShortcutsRegistry* m_owner;
};
#endif // _KGLOBALACCEL_QWS_H
#endif // KGLOBALACCEL_QWS_H

View file

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _KGLOBALACCEL_X11_H
#define _KGLOBALACCEL_X11_H
#ifndef KGLOBALACCEL_X11_H
#define KGLOBALACCEL_X11_H
#include <QWidget>
@ -69,4 +69,4 @@ private:
GlobalShortcutsRegistry *m_owner;
};
#endif // _KGLOBALACCEL_X11_H
#endif // KGLOBALACCEL_X11_H

View file

@ -8,8 +8,8 @@
* *
***************************************************************************/
#ifndef _KCMUSB_H
#define _KCMUSB_H
#ifndef KCMUSB_H
#define KCMUSB_H
#include <QMap>

View file

@ -18,8 +18,8 @@
***************************************************************************/
#ifndef ResultView_H
#define ResultView_H
#ifndef RESULTVIEW_H
#define RESULTVIEW_H
#include <KDebug>

View file

@ -24,8 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __KCPUINFO_H
#define __KCPUINFO_H
#ifndef KCPUINFO_H
#define KCPUINFO_H
/**

View file

@ -41,8 +41,8 @@
**
**********************************************************************/
#ifndef _PIXMAP_H
#define _PIXMAP_H
#ifndef PIXMAP_H
#define PIXMAP_H
#include "qnamespace.h"

View file

@ -41,8 +41,8 @@
**
**********************************************************************/
#ifndef _QGLOBAL_H
#define _QGLOBAL_H
#ifndef QGLOBAL_H
#define QGLOBAL_H
#include "defs.h"

View file

@ -77,8 +77,8 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef _SCALE_H
#define _SCALE_H
#ifndef SCALE_H
#define SCALE_H
#include <qimage.h>

View file

@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#ifndef _SPLASH_H
#define _SPLASH_H
#ifndef SPLASH_H
#define SPLASH_H
#include <stdio.h>

View file

@ -41,8 +41,8 @@
**
**********************************************************************/
#ifndef _X11_DEFS_H
#define _X11_DEFS_H
#ifndef X11_DEFS_H
#define X11_DEFS_H
#include "qrect.h"

View file

@ -22,8 +22,8 @@
*/
#ifndef _CCONT_H
#define _CCONT_H
#ifndef CCONT_H
#define CCONT_H
#ifndef NIL
#define NIL ((void*) 0)

View file

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _BLOWFISH_H
#define _BLOWFISH_H
#ifndef BLOWFISH_H
#define BLOWFISH_H
#include <config-kwalletbackend.h>

View file

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef __CBC__KO__H
#define __CBC__KO__H
#ifndef CBC__KO__H
#define CBC__KO__H
#include "blockcipher.h"

View file

@ -19,8 +19,8 @@
*/
#ifndef _KWALLETBACKEND_H
#define _KWALLETBACKEND_H
#ifndef KWALLETBACKEND_H
#define KWALLETBACKEND_H
#include <kcodecs.h>

View file

@ -19,8 +19,8 @@
*/
#ifndef _KWALLETENTRY_H
#define _KWALLETENTRY_H
#ifndef KWALLETENTRY_H
#define KWALLETENTRY_H
#include <QtCore/QString>
#include <QtCore/QDataStream>

View file

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef _KWALLETKONFIGURATOR_H
#define _KWALLETKONFIGURATOR_H
#ifndef KWALLETKONFIGURATOR_H
#define KWALLETKONFIGURATOR_H
#include <kcmodule.h>
#include <ksharedconfig.h>
#include "ui_walletconfigwidget.h"

View file

@ -7,8 +7,8 @@
(at your option) any later version.
*/
#ifndef _DESKTOPLAYOUT_H
#define _DESKTOPLAYOUT_H
#ifndef DESKTOPLAYOUT_H
#define DESKTOPLAYOUT_H
#include <QHash>
#include <QMap>

View file

@ -7,8 +7,8 @@
(at your option) any later version.
*/
#ifndef _ITEMSPACE_H
#define _ITEMSPACE_H
#ifndef ITEMSPACE_H
#define ITEMSPACE_H
#include <QRectF>
#include <QList>

View file

@ -22,8 +22,8 @@
**********************************************************************************************************************/
#ifndef __SYSTEMTRAY__MOUSEREDIRECTAREA_H
#define __SYSTEMTRAY__MOUSEREDIRECTAREA_H
#ifndef SYSTEMTRAY__MOUSEREDIRECTAREA_H
#define SYSTEMTRAY__MOUSEREDIRECTAREA_H
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Includes
@ -94,4 +94,4 @@ private: //Variables
} // namespace SystemTray
#endif // __SYSTEMTRAY__MOUSEREDIRECTAREA_H
#endif // SYSTEMTRAY__MOUSEREDIRECTAREA_H

View file

@ -22,8 +22,8 @@
**********************************************************************************************************************/
#ifndef __SYSTEMTRAY__WIDGETITEM_H
#define __SYSTEMTRAY__WIDGETITEM_H
#ifndef SYSTEMTRAY__WIDGETITEM_H
#define SYSTEMTRAY__WIDGETITEM_H
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Includess
@ -78,4 +78,4 @@ private:
} //namespace SystemTray
#endif // __SYSTEMTRAY__WIDGETITEM_H
#endif // SYSTEMTRAY__WIDGETITEM_H

View file

@ -21,8 +21,8 @@
without including the source code for Qt in the source distribution.
*/
#ifndef _TEST_NETWORKSTATUS_SERVICE_H
#define _TEST_NETWORKSTATUS_SERVICE_H
#ifndef TEST_NETWORKSTATUS_SERVICE_H
#define TEST_NETWORKSTATUS_SERVICE_H
#include <KMainWindow>
#include <solid/networking.h>