diff options
Diffstat (limited to 'src/svnqt/svnqt_defines.hpp.in')
-rw-r--r-- | src/svnqt/svnqt_defines.hpp.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/svnqt/svnqt_defines.hpp.in b/src/svnqt/svnqt_defines.hpp.in index 6281d42..7d35ad7 100644 --- a/src/svnqt/svnqt_defines.hpp.in +++ b/src/svnqt/svnqt_defines.hpp.in @@ -18,26 +18,26 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _SVNQT_DEFINES_H -#define _SVNQT_DEFINES_H +#ifndef _SVNTQT_DEFINES_H +#define _SVNTQT_DEFINES_H /* defines if we setup against a compiler with working "-fvisibility=hidden" */ -#define SVNQT_EXPORT @_SVNQT_EXPORT@ -#define SVNQT_NOEXPORT @_SVNQT_NOEXPORT@ +#define SVNTQT_EXPORT @_SVNQT_EXPORT@ +#define SVNTQT_NOEXPORT @_SVNQT_NOEXPORT@ /* cmake trick: so we make sure that the define in installs is always set as in library used at build time */ #define TOUTF8 @TOUTF8@ #define FROMUTF8 @FROMUTF8@ -#define QLIST @QLIST@ +#define TQLIST @QLIST@ #define TOASCII @TOASCII@ #define HOMEDIR @HOMEDIR@ -#define QLONG @QLONG@ +#define TQLONG @QLONG@ -#define SVNQT_SIZE_UNKNOWN QLONG(-1) +#define SVNTQT_SIZE_UNKNOWN TQLONG(-1) /* the difference between qt3 and qt4 is too much... :( */ -class QSqlDatabase; -typedef @QDATABASE@ QDataBase; +class TQSqlDatabase; +typedef @QDATABASE@ TQDataBase; #endif |