CVS commit by arwalker: Fix compile error with previous commit for KDE < 3.3 M +4 -0 kstplotdefines.h 1.4 --- kdeextragear-2/kst/kst/kstplotdefines.h #1.3:1.4 @@ -21,4 +21,8 @@ #include <klocale.h> +#ifndef I18N_NOOP2 +#define I18N_NOOP2( comment,x ) x +#endif + enum KstXAxisInterpretation { X_AXIS_INTERP_YEAR, X_AXIS_INTERP_CTIME,