From e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 23 Jul 2010 07:31:53 +0000 Subject: Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27528 a1c6a512-1295-4272-9138-f99709370657 --- .../qtfindreplacedialog/findreplace_global.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 utils/themeeditor/qtfindreplacedialog/findreplace_global.h (limited to 'utils/themeeditor/qtfindreplacedialog/findreplace_global.h') diff --git a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h new file mode 100644 index 0000000000..4f8c1a7353 --- /dev/null +++ b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2009 Lorenzo Bettini + * See COPYING file that comes with this distribution + */ + +#ifndef FINDREPLACE_GLOBAL_H +#define FINDREPLACE_GLOBAL_H + +#include + +#if defined(FINDREPLACE_LIBRARY) +# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT +#else +# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // FINDREPLACE_GLOBAL_H -- cgit v1.2.3