diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 11:37:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-11 13:09:17 +0900 |
commit | c597b74b42be6bd7bc64cb4759b5937cdd5e6a19 (patch) | |
tree | 94888efcf9b5cba13be55dd7bcbb2a11ee058492 | |
parent | 389ed0d3d27fdf181907c54d4ee4b76a25d3587b (diff) | |
download | tdeedu-c597b74b42be6bd7bc64cb4759b5937cdd5e6a19.tar.gz tdeedu-c597b74b42be6bd7bc64cb4759b5937cdd5e6a19.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 62951a443b879f78817859fc4c56bc382741612e)
-rw-r--r-- | libtdeedu/extdate/extdatetime.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libtdeedu/extdate/extdatetime.h b/libtdeedu/extdate/extdatetime.h index 479d1fae..61ddf126 100644 --- a/libtdeedu/extdate/extdatetime.h +++ b/libtdeedu/extdate/extdatetime.h @@ -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 ); |