From 3138e80fd60fc06715f36ca9c66210ca91bbe0dc Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sun, 28 Mar 2010 00:13:13 +0000 Subject: [PATCH] minor krazy fixes svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1108151 --- src/ProcessInfo.cpp | 2 +- src/konsole_wcwidth.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ProcessInfo.cpp b/src/ProcessInfo.cpp index 26c3b4b82..1ef1b1588 100644 --- a/src/ProcessInfo.cpp +++ b/src/ProcessInfo.cpp @@ -53,7 +53,7 @@ #endif #if defined(Q_OS_FREEBSD) -#include +#include //krazy:exclude=includes #include #include #include diff --git a/src/konsole_wcwidth.h b/src/konsole_wcwidth.h index aea3f41db..6b76d557a 100644 --- a/src/konsole_wcwidth.h +++ b/src/konsole_wcwidth.h @@ -3,8 +3,8 @@ /* Markus Kuhn -- 2001-01-12 -- public domain */ /* Adaptions for KDE by Waldo Bastian */ -#ifndef _KONSOLE_WCWIDTH_H_ -#define _KONSOLE_WCWIDTH_H_ +#ifndef KONSOLE_WCWIDTH_H +#define KONSOLE_WCWIDTH_H // Qt #include