summaryrefslogtreecommitdiff
path: root/utils/themeeditor/qtfindreplacedialog/findreplace_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/qtfindreplacedialog/findreplace_global.h')
-rw-r--r--utils/themeeditor/qtfindreplacedialog/findreplace_global.h42
1 files changed, 21 insertions, 21 deletions
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 @@
1/* 1/*
2 * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it> 2 * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it>
3 * See COPYING file that comes with this distribution 3 * See COPYING file that comes with this distribution
4 */ 4 */
5 5
6#ifndef FINDREPLACE_GLOBAL_H 6#ifndef FINDREPLACE_GLOBAL_H
7#define FINDREPLACE_GLOBAL_H 7#define FINDREPLACE_GLOBAL_H
8 8
9#include <QtCore/qglobal.h> 9#include <QtCore/qglobal.h>
10 10
11#ifndef FINDREPLACE_NOLIB 11#ifndef FINDREPLACE_NOLIB
12#if defined(FINDREPLACE_LIBRARY) 12#if defined(FINDREPLACE_LIBRARY)
13# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT 13# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
14#else 14#else
15# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT 15# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
16#endif 16#endif
17#else 17#else
18#define FINDREPLACESHARED_EXPORT 18#define FINDREPLACESHARED_EXPORT
19#endif 19#endif
20 20
21#endif // FINDREPLACE_GLOBAL_H 21#endif // FINDREPLACE_GLOBAL_H