You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
/***************************************************************************
|
|
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 TDE_EXPORT
|
|
|
|
#endif
|