From: Carsten Niehaus Date: Mon, 16 May 2005 14:13:56 +0000 (+0000) Subject: first part of the the legend drawing code X-Git-Tag: v3.80.2~300^2~149 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=1a9a54b37add0efa666025bcb49e2ae0fe8cf420;p=libqmvoc.git first part of the the legend drawing code svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=414627 --- diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index a99d718..50f821e 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -35,7 +35,6 @@ #include -#define ELEMENTSIZE 45 Element::Element() { diff --git a/kalzium/src/element.h b/kalzium/src/element.h index 4653473..11eaf9d 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -20,6 +20,8 @@ #ifndef ELEMENT_H #define ELEMENT_H +#define ELEMENTSIZE 45 + #include #include #include