[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeutils/ark
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2009-12-28 2:23:15
Message-ID: 1261966995.455109.24235.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1066834 by rkcosta:

Adhere to the include guard naming convention of FILENAME_H.

 M  +2 -2      kerfuffle/adddialog.h  
 M  +4 -3      kerfuffle/archive.h  
 M  +3 -3      kerfuffle/cliinterface.h  
 M  +1 -0      kerfuffle/jobs.h  
 M  +3 -3      part/archiveview.h  


--- trunk/KDE/kdeutils/ark/kerfuffle/adddialog.h #1066833:1066834
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef _ADDDIALOG_H_
-#define _ADDDIALOG_H_
+#ifndef ADDDIALOG_H
+#define ADDDIALOG_H
 
 #include "kerfuffle_export.h"
 
--- trunk/KDE/kdeutils/ark/kerfuffle/archive.h #1066833:1066834
@@ -23,9 +23,10 @@
  * ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-#ifndef KERFUFFLE_ARCHIVE_H
-#define KERFUFFLE_ARCHIVE_H
 
+#ifndef ARCHIVE_H
+#define ARCHIVE_H
+
 #include "kerfuffle_export.h"
 
 #include <QString>
@@ -127,4 +128,4 @@
 } // namespace Kerfuffle
 
 
-#endif // KERFUFFLE_ARCHIVE_H
+#endif // ARCHIVE_H
--- trunk/KDE/kdeutils/ark/kerfuffle/cliinterface.h #1066833:1066834
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
  */
-#ifndef _CLIINTERFACE_H_
-#define _CLIINTERFACE_H_
+#ifndef CLIINTERFACE_H
+#define CLIINTERFACE_H
 
 #include "archiveinterface.h"
 #include "kerfuffle_export.h"
@@ -265,4 +265,4 @@
 };
 }
 
-#endif /* _CLIINTERFACE_H_ */
+#endif /* CLIINTERFACE_H */
--- trunk/KDE/kdeutils/ark/kerfuffle/jobs.h #1066833:1066834
@@ -24,6 +24,7 @@
  * ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 #ifndef JOBS_H
 #define JOBS_H
 
--- trunk/KDE/kdeutils/ark/part/archiveview.h #1066833:1066834
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef _ARCHIVEVIEW_H_
-#define _ARCHIVEVIEW_H_
+#ifndef ARCHIVEVIEW_H
+#define ARCHIVEVIEW_H
 
 #include <QTreeView>
 
@@ -51,4 +51,4 @@
     Qt::MouseButtons m_mouseButtons; // FIXME: workaround until Qt-issue 177399 is resolved
 };
 
-#endif /* _ARCHIVEVIEW_H_ */
+#endif /* ARCHIVEVIEW_H */
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic