diff options
Diffstat (limited to 'kpovmodeler/pmline.cpp')
-rw-r--r-- | kpovmodeler/pmline.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kpovmodeler/pmline.cpp b/kpovmodeler/pmline.cpp new file mode 100644 index 00000000..27ff752d --- /dev/null +++ b/kpovmodeler/pmline.cpp @@ -0,0 +1,22 @@ +/* +************************************************************************** + description + -------------------- + copyright : (C) 2000-2001 by Andreas Zehender + email : zehender@kde.org +************************************************************************** + +************************************************************************** +* * +* 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. * +* * +**************************************************************************/ + + +#include "pmline.h" + + +// nothing to be done here at the moment |