From 569285794b9112f0134ddad4bb886308ea4a7be6 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Sun, 6 Nov 2011 22:44:25 +0000 Subject: Bulk convert all DOS line endings to UNIX. For the git migration we want a nice clean repository with UNIX line endings. git does not use svn:eol-style, we just need the file contents to be sane. Sorry everybody. I know this messes up blame. Scumbag *NIX developer says migrating to git will make line ending issues go away; commits giant change to svn which changes line endings anyway. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657 --- .../qtfindreplacedialog/findreplace_global.h | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'utils/themeeditor/qtfindreplacedialog/findreplace_global.h') diff --git a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h index be71bff752..8b4b2a8e0a 100644 --- a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h +++ b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h @@ -1,21 +1,21 @@ -/* - * Copyright (C) 2009 Lorenzo Bettini - * See COPYING file that comes with this distribution - */ - -#ifndef FINDREPLACE_GLOBAL_H -#define FINDREPLACE_GLOBAL_H - -#include - -#ifndef FINDREPLACE_NOLIB -#if defined(FINDREPLACE_LIBRARY) -# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT -#else -# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT -#endif -#else -#define FINDREPLACESHARED_EXPORT -#endif - -#endif // FINDREPLACE_GLOBAL_H +/* + * Copyright (C) 2009 Lorenzo Bettini + * See COPYING file that comes with this distribution + */ + +#ifndef FINDREPLACE_GLOBAL_H +#define FINDREPLACE_GLOBAL_H + +#include + +#ifndef FINDREPLACE_NOLIB +#if defined(FINDREPLACE_LIBRARY) +# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT +#else +# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT +#endif +#else +#define FINDREPLACESHARED_EXPORT +#endif + +#endif // FINDREPLACE_GLOBAL_H -- cgit v1.2.3