summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/khexedit_export.h
blob: f9225162e3738f87ad231a5771314d6aad547587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/***************************************************************************
                          khexedit_export.h  -  description
                             -------------------
    begin                : 22 Nov 2004
    copyright            : (C) 2004 Dirk Mueller
    email                : mueller@kde.org
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This library is free software; you can redistribute it and/or         *
 *   modify it under the terms of the GNU Library General Public           *
 *   License version 2 as published by the Free Software Foundation.       *
 *                                                                         *
 ***************************************************************************/

 
#ifndef KHEXEDIT_EXPORT_H
#define KHEXEDIT_EXPORT_H

#include <kdemacros.h>

#define KHEXEDIT_EXPORT KDE_EXPORT

#endif