Drop TQT_NO_COMPAT code

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/18/head
Michele Calgaro 11 months ago
parent 610666ca37
commit 62951a443b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -58,10 +58,6 @@ public:
long int jd() const { return m_jd; }
#ifndef TQT_NO_TEXTDATE
#ifndef TQT_NO_COMPAT
static TQString monthName( int month ) { return shortMonthName( month ); }
static TQString dayName( int weekday ) { return shortDayName( weekday ); }
#endif
static TQString shortMonthName( int month );
static TQString shortDayName( int weekday );
static TQString longMonthName( int month );

Loading…
Cancel
Save