You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.3 KiB
C
31 lines
1.3 KiB
C
/***************************************************************************
|
|
krename.h - description
|
|
-------------------
|
|
begin : Die Mai 15 15:34:19 CEST 2001
|
|
copyright : (C) 2001 by Dominik Seichter
|
|
email : domseichter@web.de
|
|
***************************************************************************/
|
|
|
|
/***************************************************************************
|
|
* *
|
|
* This program is free software; you can redistribute it and/or modify *
|
|
* it under the terms of the GNU General Public License as published by *
|
|
* the Free Software Foundation; either version 2 of the License, or *
|
|
* (at your option) any later version. *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
#ifndef KRENAME_H
|
|
#define KRENAME_H
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
// Why the hell am I still using this file ? ;)
|
|
// -- Just for config.h and we need a sourcefile
|
|
// with KRename in its name, since krename.cpp
|
|
// is missing since version 0.1
|
|
|
|
#endif // KRENAME_H
|